mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-08-03 09:12:30 +00:00
init
This commit is contained in:
parent
14d4451b40
commit
2543dedc0d
11
.00plugins/themeloader/test.css
Normal file
11
.00plugins/themeloader/test.css
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
* {
|
||||
font-family: Comic Sans MS,Comic Sans, cursive !important;
|
||||
animation: spin 2s linear infinite
|
||||
}
|
||||
body {
|
||||
transform-origin: center;
|
||||
}
|
||||
|
||||
@keyframes spin {
|
||||
to { transform: rotate(360deg) }
|
||||
}
|
||||
Loading…
Reference in a new issue