Template:Animatedrainbowtext/styles.css

Revision as of 18:41, 8 July 2025 by Fen (talk | contribs) (Created page with "@keyframes rainbow{ 0%{color: red;} 14%{color: orange;} 28%{color: yellow;} 42%{color: green;} 56%{color: cyan;} 70%{color: blue;} 84%{color: violet;} 100%{color: red;} } .rainbow { animation: 5s rainbow infinite; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
@keyframes rainbow{
   0%{color: red;}
   14%{color: orange;}
   28%{color: yellow;}
   42%{color: green;}
   56%{color: cyan;}
   70%{color: blue;}
   84%{color: violet;}
   100%{color: red;}
}

.rainbow {
 animation: 5s rainbow infinite;
}