split css into multiples files, and animations count only 4 frames now

This commit is contained in:
asus
2023-11-05 01:12:03 +01:00
parent d53e21b3be
commit aa022190eb
5 changed files with 132 additions and 240 deletions

22
style/style.css Normal file
View File

@@ -0,0 +1,22 @@
body {
/*
*/
overflow-x: hidden;
}
body * {
display: flex;
margin: auto;
}
script, style {
display: none;
}
p, pre {
line-height: 0.8;
font-size: 12px;
font-family: monospace;
}
pre {
margin: 10px 0px;
}