User:VivaRomania/common.css: Difference between revisions
Jump to navigation
Jump to search
VivaRomania (talk | contribs) Hopefully this is a fix for the recent changes dropdown arrows going missing |
VivaRomania (talk | contribs) m Woah dude I'm tripping the fuck out |
||
| (5 intermediate revisions by the same user not shown) | |||
| 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; | |||
} | |||
Latest revision as of 01:14, 2 April 2025
/* 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;
}