konowebcodecs/apps/vanilla-app/public/style.css
2023-08-05 14:41:45 +08:00

11 lines
133 B
CSS

html, body {
margin: 0;
width: 100%;
height: 100%
}
body {
display: flex;
flex-direction: column;
align-items: center;
}