diff --git a/index.html b/index.html index 2ca84cf..c02b143 100644 --- a/index.html +++ b/index.html @@ -23,7 +23,7 @@
-
+
@@ -106,7 +106,7 @@
-
+
diff --git a/style.css b/style.css index 72ca920..0351c58 100644 --- a/style.css +++ b/style.css @@ -117,15 +117,6 @@ select.dark { #inputs{ position: relative; } -@keyframes rainbow_animation { - 0%,100% { - background-position: 0 0; - } - - 50% { - background-position: 100% 0; - } -} body{ margin: auto; }