Úprava souboru index.html
This commit is contained in:
parent
8a75310bb9
commit
c987c31eb2
2 changed files with 25 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
<!-- CSS -->
|
||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
<body>
|
||||
<body><a href="https://www.area-51.cz">
|
||||
<div class="content light-rays glow">
|
||||
<img width="100%" src="alien3.png" style="">
|
||||
<div class="glow" style="margin-top: -15.5rem; opacity: 30%;">
|
||||
|
@ -29,6 +29,7 @@
|
|||
</div>
|
||||
|
||||
</div>
|
||||
</a>
|
||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js'></script>
|
||||
<script src='https://cdnjs.cloudflare.com/ajax/libs/ismobilejs/0.4.1/isMobile.min.js'></script>
|
||||
|
||||
|
|
23
style.css
23
style.css
|
@ -14,6 +14,27 @@ body {
|
|||
font-size: 24px;
|
||||
}
|
||||
|
||||
/* unvisited link */
|
||||
a:link {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* visited link */
|
||||
a:visited {
|
||||
color: white;
|
||||
}
|
||||
|
||||
/* mouse over link */
|
||||
a:hover {
|
||||
color: white;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* selected link */
|
||||
a:active {
|
||||
color: white;
|
||||
}
|
||||
|
||||
.glow {
|
||||
background-color: white; /* for the 1px in the center */
|
||||
box-shadow: 0 0 50px 70px white;
|
||||
|
@ -79,6 +100,8 @@ body {
|
|||
.text {
|
||||
margin-block: 2em;
|
||||
padding: 2rem;
|
||||
filter: blur(0.8px);
|
||||
text-shadow: 2px 2px 4px #000000;
|
||||
}
|
||||
|
||||
/* -- paprsky -- */
|
||||
|
|
Loading…
Add table
Reference in a new issue