generative/app/styles.css
2019-11-11 13:50:42 -05:00

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;
}