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: 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:
<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>

Revision as of 13:38, 4 July 2025