Template:Animatedrainbowtext/styles.css: Difference between revisions
Appearance
Created page with "@keyframes rainbow{ 0%{color: red;} 14%{color: orange;} 28%{color: yellow;} 42%{color: green;} 56%{color: cyan;} 70%{color: blue;} 84%{color: violet;} 100%{color: red;} } .rainbow { animation: 5s rainbow infinite; }" |
No edit summary |
||
| Line 12: | Line 12: | ||
.rainbow { | .rainbow { | ||
animation: 5s rainbow infinite; | animation: 5s rainbow infinite; | ||
} | |||
p { | |||
margin: 0 !important; | |||
} | } | ||
Latest revision as of 19:07, 8 July 2025
@keyframes rainbow{
0%{color: red;}
14%{color: orange;}
28%{color: yellow;}
42%{color: green;}
56%{color: cyan;}
70%{color: blue;}
84%{color: violet;}
100%{color: red;}
}
.rainbow {
animation: 5s rainbow infinite;
}
p {
margin: 0 !important;
}