]> fortfriendship.online Git - gnargle.github.io.git/commitdiff
styling changes
authorAthene Allen <atheneallen93@gmail.com>
Wed, 5 Mar 2025 11:07:25 +0000 (11:07 +0000)
committerAthene Allen <atheneallen93@gmail.com>
Wed, 5 Mar 2025 11:07:25 +0000 (11:07 +0000)
img/hearts2.png
main.css

index fb87cfc97e3fd8db82450f74f1241631eacb021e..ef2ed4c4ec2ccec968c31ac6d96004d0919c5a01 100644 (file)
Binary files a/img/hearts2.png and b/img/hearts2.png differ
index c3546e126f547d2b8dd166c563fb6302ea0adcd9..744866b1d6f96c922c3f634b0b61d83bff5ab106 100644 (file)
--- 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