From: Athene Allen Date: Wed, 5 Mar 2025 10:48:34 +0000 (+0000) Subject: add some nice tiled hearts to my page X-Git-Url: https://fortfriendship.online/gitweb/gnargle.github.io.git/commitdiff_plain/d8dd50adc5df73d2f66407d7217dc60d3a5ed54f?ds=sidebyside add some nice tiled hearts to my page --- diff --git a/img/hearts.png b/img/hearts.png new file mode 100644 index 0000000..334dc65 Binary files /dev/null and b/img/hearts.png differ diff --git a/img/hearts2.png b/img/hearts2.png new file mode 100644 index 0000000..fb87cfc Binary files /dev/null and b/img/hearts2.png differ 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