loading screen finished

This commit is contained in:
MonkeyGG2
2023-08-03 22:25:49 +05:30
parent a656180a5f
commit 099894b409
12 changed files with 1428 additions and 3 deletions
+15
View File
@@ -0,0 +1,15 @@
:root {
--bg: hsl(var(--hue),90%,5%);
--fg: hsl(var(--hue),90%,95%);
}
html {
background: var(--bg);
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
animation: fadein 1s;
}