finished site

This commit is contained in:
Rosia E Evans 2025-05-17 23:03:05 +01:00
parent ad33bdaa53
commit ae00dfa5fa
3 changed files with 102 additions and 6 deletions

View file

@ -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;