X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/blobdiff_plain/67c98ee527f6f2415572cd34aae0bcaa1828721b..d8dd50adc5df73d2f66407d7217dc60d3a5ed54f:/main.css?ds=inline diff --git a/main.css b/main.css index b38ff78..c3546e1 100644 --- a/main.css +++ b/main.css @@ -169,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