]> fortfriendship.online Git - gnargle.github.io.git/blobdiff - main.css
add some nice tiled hearts to my page
[gnargle.github.io.git] / main.css
index b38ff78629521226571d1598ec15bfb444f7e922..c3546e126f547d2b8dd166c563fb6302ea0adcd9 100644 (file)
--- 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