Maevings/userpage.css - World of T-Shirts Wiki

From World of T-Shirts Wiki
Jump to navigation Jump to search
Maevings (talk | contribs)
for my userpage
 
Maevings (talk | contribs)
Maevings changed the content model of the page User:Maevings/userpage.css from "CSS" to "Sanitized CSS"
 
(No difference)

Latest revision as of 17:03, 16 April 2025

@keyframes rainbowbackground{
   0%{background: red;}
   14%{background: orange;}
   28%{background: yellow;}
   42%{background: lime;}
   56%{background: cyan;}
   70%{background: blue;}
   84%{background: #FF00FF;}
   100%{background: red;}
}

.rainbow {
        animation: 5s background
infinite;
}