Files
life_generators/styles.css
2023-09-29 22:50:44 +08:00

15 lines
146 B
CSS

html {
background: black;
height: 100%;
overflow: hidden;
}
body {
margin: 0;
padding: 0;
height: 100%;
}
Title {
}