From: Athene Allen Date: Wed, 5 Mar 2025 11:07:25 +0000 (+0000) Subject: styling changes X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/commitdiff_plain/fe24f1153de6390601b1fe2b001e0359c2128ed3?ds=sidebyside styling changes --- diff --git a/img/hearts2.png b/img/hearts2.png index fb87cfc..ef2ed4c 100644 Binary files a/img/hearts2.png and b/img/hearts2.png differ diff --git a/main.css b/main.css index c3546e1..744866b 100644 --- a/main.css +++ b/main.css @@ -19,7 +19,7 @@ body { font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - background-color: bisque; + background-color: #ffa2b5; color: black; } @@ -78,7 +78,7 @@ body { max-width: 800px; margin: 0 auto; padding-top: 10px; - background-color: antiquewhite; + background-color: whitesmoke; border-radius: 25px; } @@ -116,7 +116,7 @@ body { max-width: 800px; margin: 0 auto; padding-top: 10px; - background-color:blanchedalmond; + background-color:whitesmoke; border-radius: 25px; } @@ -137,7 +137,7 @@ body { max-width: 800px; margin: 0 auto; padding: 20px; - background-color: beige; + background-color: whitesmoke; border-radius: 25px; } @@ -171,18 +171,7 @@ ul { padding-bottom: 10px; } -@keyframes pan { - from{ - left: 0%; - } - - to{ - right: 100%; - } -} - .whole-site{ background-image: url("img/hearts2.png"); background-size: 10%; - animation: pan 180s linear infinite; } \ No newline at end of file