Template:AnimatedRainbowText: Difference between revisions
From SNCApedia
Jump to navigationJump to search
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>" |
Blanked the page Tag: Blanking |
||
Line 1: | Line 1: | ||