finished site
This commit is contained in:
parent
ad33bdaa53
commit
ae00dfa5fa
3 changed files with 102 additions and 6 deletions
11
style.css
11
style.css
|
@ -3,6 +3,12 @@ body{
|
|||
font-family: Verdana, sans-serif;
|
||||
color: white;
|
||||
margin: 0 10vw 0 10vw;
|
||||
animation: drift 300s infinite;
|
||||
}
|
||||
|
||||
/* www.w3schools.com/cssref/tryit.php?filename=trycss_anim_background-position */
|
||||
@keyframes drift {
|
||||
50% {background-position: center;}
|
||||
}
|
||||
|
||||
a, a:visited{
|
||||
|
@ -21,6 +27,11 @@ header{
|
|||
border-radius: 3px;
|
||||
}
|
||||
|
||||
footer{
|
||||
margin-top: 20px;
|
||||
margin-bottom: 20px;
|
||||
}
|
||||
|
||||
section{
|
||||
margin: 0 5vw 0 5vw;
|
||||
margin-top: 20px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue