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

From SNCApedia
Revision as of 13:38, 4 July 2025 by SNCA Enthusiast (talk | contribs) (Created page with "<div class="rainbow-text"> <span style="animation: rainbow 3s linear infinite;">{{{1}}}</span> </div> <style> .rainbow-text { display: inline-block; font-size: 2em; font-weight: bold; } @keyframes rainbow { 0% { color: red; } 14% { color: orange; } 28% { color: yellow; } 42% { color: green; } 57% { color: blue; } 71% { color: indigo; } 85% { color: violet; } 100% { color: red; } } </style>")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
   {{{1}}}

<style> .rainbow-text {

   display: inline-block;
   font-size: 2em;
   font-weight: bold;

}

@keyframes rainbow {

   0% { color: red; }
   14% { color: orange; }
   28% { color: yellow; }
   42% { color: green; }
   57% { color: blue; }
   71% { color: indigo; }
   85% { color: violet; }
   100% { color: red; }

} </style>