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

From SNCApedia
Revision as of 13:48, 4 July 2025 by SNCA Enthusiast (talk | contribs) (Created page with "@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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

@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; }