diff --git a/color/color.css b/color/color.css deleted file mode 100644 index 62db7fc..0000000 --- a/color/color.css +++ /dev/null @@ -1,14 +0,0 @@ -body { - background-image: none!important; - animation-name: color; - animation-duration: 8s; - animation-iteration-count: infinite; -} -@keyframes color { - 0% {background-color: red;} - 20% {background-color: yellow;} - 40% {background-color: green;} - 60% {background-color: blue;} - 80% {background-color: purple;} - 100% {background-color: red;} -}