In response to the SNCApocalypse, a new administrator, Faggot, will serve alongside the owner SNCA Enthusiast/Gold. He has actual knowledge on the inner workings of a site like this, so contact him instead of Gold for technical issues.

Template:AnimatedRainbowText/animation.css: Difference between revisions

From SNCApedia
Jump to navigationJump to search
Faggot changed the content model of the page Template:AnimatedRainbowText/animation.css from "wikitext" to "Sanitized CSS"
No edit summary
Tag: Reverted
Line 1: Line 1:
/*POOP*/
  @keyframes rainbow{
  @keyframes rainbow{
   0%{color: red;}
   0%{color: red;}

Revision as of 00:23, 2 August 2025

/*POOP*/
 @keyframes rainbow{
   0%{color: red;}
   14%{color: orange;}
   28%{color: yellow;}
   42%{color: lime;}
   56%{color: cyan;}
   70%{color: blue;}
   84%{color: #FF00FF;}
   100%{color: red;}
 }
 
 .rainbow {
        animation: 5s rainbow 
 infinite;
 }