User:VivaRomania/common.css: Difference between revisions
From TF2 Classified Wiki
More actions
VivaRomania (talk | contribs) m None of this worked lol Tag: Blanking |
VivaRomania (talk | contribs) m Woah dude I'm tripping the fuck out |
||
| Line 1: | Line 1: | ||
/* woahhhh dude i'm tripping balls, man */ | |||
@keyframes trippingthefuckout { | |||
0% { | |||
filter: hue-rotate(0deg); | |||
} | |||
33% { | |||
filter: hue-rotate(120deg); | |||
} | |||
66% { | |||
filter: hue-rotate(240deg); | |||
} | |||
100% { | |||
filter: hue-rotate(360deg); | |||
} | |||
} | |||
* { | |||
animation: trippingthefuckout 5s linear infinite; | |||
} | |||