mirror of
https://github.com/seigler/generative
synced 2025-07-26 06:46:10 +00:00
12 lines
175 B
CSS
12 lines
175 B
CSS
html, body {
|
|
height: 100%;
|
|
}
|
|
|
|
body {
|
|
background-color: #000;
|
|
margin: 0;
|
|
padding: 0;
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|