diff --git a/Whiter banner (active & hover).css b/Whiter banner.css similarity index 100% rename from Whiter banner (active & hover).css rename to Whiter banner.css diff --git a/test.css b/test.css deleted file mode 100644 index b157867..0000000 --- a/test.css +++ /dev/null @@ -1,18 +0,0 @@ -.Navbar { - background: linear-gradient(-45deg, #00e1d0, #00c4ff, #0562e8, #8a25f9) !important; - background-size: 400% 400% !important; - animation: salsigrad 15s linear infinite !important; - height: 100vh; -} - -@keyframes salsigrad { - 0% { - background-position: 0% 50%; - } - 50% { - background-position: 100% 50%; - } - 100% { - background-position: 0% 50%; - } -} \ No newline at end of file diff --git a/test.html b/test.html deleted file mode 100644 index d406187..0000000 --- a/test.html +++ /dev/null @@ -1,18 +0,0 @@ - - - - - - - - Document - - - - - - - - \ No newline at end of file