Files
monkeygg2.github.io/css/style.css
T
BluePotato102 21c9c6d178 push test
2023-08-07 09:52:30 -05:00

18 lines
270 B
CSS

:root {
--bg: #0c232f;
--font-color: #f3fff4;
--bg-second: #0b0e18;
--hover-color: #a3f6fd;
--button-color: #026b7e;
}
html {
background: var(--bg);
}
body {
margin: 0;
padding: 0;
box-sizing: border-box;
animation: fadein 1s;
}