User:Maevings/userpage.css

From World of T-Shirts Wiki
Revision as of 17:03, 16 April 2025 by Maevings (talk | contribs) (Maevings changed the content model of the page User:Maevings/userpage.css from "CSS" to "Sanitized CSS")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
@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;
}