Spinning: Difference between revisions
No edit summary |
No edit summary |
||
| (One intermediate revision by one other user not shown) | |||
| Line 22: | Line 22: | ||
} | } | ||
@media not (prefers-reduced-motion: reduce) { | |||
#content { | #content { | ||
animation: spin 1s linear infinite; | animation: spin 1s linear infinite; | ||
} | } | ||
} | |||
.warning { | .warning { | ||
font-size: 4rem; | font-size: 4rem; | ||
| Line 48: | Line 49: | ||
} | } | ||
}} | }} | ||
[[Category:Good pages]] | |||