X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/blobdiff_plain/bc2f6951b25b1001a9cf48a2f6d1b7712b9c6a1f..d8dd50adc5df73d2f66407d7217dc60d3a5ed54f:/main.css?ds=inline diff --git a/main.css b/main.css index 8304056..c3546e1 100644 --- a/main.css +++ b/main.css @@ -7,6 +7,16 @@ font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; } +.audio-block { + display: flex; + padding-top: 5px; + padding-bottom: 5px; +} + +.audio-title { + flex: 1; +} + body { font-family: 'Source Code Pro', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; background-color: bisque; @@ -159,4 +169,20 @@ ul { margin: 0 auto; padding-top: 10px; 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