mirror of
https://github.com/LCE-Hub/LCE-Workshop.git
synced 2026-07-18 00:10:46 +00:00
init
This commit is contained in:
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) }
|
||||
}
|
||||
Reference in New Issue
Block a user