DEV Community

soma N
soma N

Posted on

I am in the process of designing a black theme Chrome browser extension, as a part of it need to rewrite the code below .
"body {
-webkit-animation: animate_bg 5s;
animation: animate_bg 5s;
-webkit-animation-iteration-count: infinite;
-webk

Top comments (0)