You may also check out our sister site SoyPlace.

Template:Rainbowtextv2: Difference between revisions

From SNCApedia, the shit nobody cares about encyclopedia
Jump to navigationJump to search
Created page with "<span style="color: transparent; background: linear-gradient(90deg, #00f, #0ff, #0f0, #ff0, #f00, #00f); background-size: 200% auto; -webkit-background-clip: text; -webkit-text-fill-color: transparent; filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5)); animation: rainbow-loop 5s linear infinite;"> <span style="display: inline-block;">{{{text}}}</span> </span> <style> @keyframes rainbow-loop { 0% { background-position: 200%, 0; } 100%..."
 
No edit summary
Line 4: Line 4:
     -webkit-text-fill-color: transparent;  
     -webkit-text-fill-color: transparent;  
     filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5));  
     filter: drop-shadow(1px 1px 0 rgba(0, 0, 0, 0.5));  
     animation: rainbow-loop 5s linear infinite;">
     animation: rainbow-loop 5s linear infinite;">{{{text}}}</span>
    <span style="display: inline-block;">{{{text}}}</span>
</span>


<style>
<style>

Revision as of 03:16, 10 October 2025

{{{text}}}

<style> @keyframes rainbow-loop {

   0% { background-position: 200%, 0; }
   100% { background-position: -200% 0%; }

} </style>