X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/blobdiff_plain/d8dd50adc5df73d2f66407d7217dc60d3a5ed54f..1b76334c9e0c8949bba79682a2f237d11c7af4c8:/main.css?ds=sidebyside diff --git a/main.css b/main.css index c3546e1..4588fa0 100644 --- a/main.css +++ b/main.css @@ -19,7 +19,6 @@ body { font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; - background-color: bisque; color: black; } @@ -44,6 +43,7 @@ body { .container { padding-top: 10px; padding-bottom: 10px; + background-color:none transparent; } .content { @@ -64,6 +64,7 @@ body { display: block; margin: 0 auto; border: 0; + } .embed-links { @@ -78,7 +79,7 @@ body { max-width: 800px; margin: 0 auto; padding-top: 10px; - background-color: antiquewhite; + background-color: whitesmoke; border-radius: 25px; } @@ -116,7 +117,7 @@ body { max-width: 800px; margin: 0 auto; padding-top: 10px; - background-color:blanchedalmond; + background-color:whitesmoke; border-radius: 25px; } @@ -137,7 +138,7 @@ body { max-width: 800px; margin: 0 auto; padding: 20px; - background-color: beige; + background-color: whitesmoke; border-radius: 25px; } @@ -171,18 +172,8 @@ 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; + background-color: #ffa2b5; } \ No newline at end of file