LCE-Workshop/.00plugins/themeloader/test.css
/home/neo 2543dedc0d
init
2026-06-14 19:29:26 +03:00

12 lines
197 B
CSS

* {
font-family: Comic Sans MS,Comic Sans, cursive !important;
animation: spin 2s linear infinite
}
body {
transform-origin: center;
}
@keyframes spin {
to { transform: rotate(360deg) }
}