Divent/divent/static/css/global.css
Xéfir Destiny f7e5cf1143
Some checks failed
continuous-integration/drone/push Build is failing
Stash
2022-06-16 22:48:16 +02:00

24 lines
313 B
CSS

body {
background-color: #202225;
display: flex;
flex-direction: column;
justify-content: center;
height: 100vh;
margin: 0;
}
#content {
display: flex;
align-items: center;
flex-grow: 2;
}
#box {
display: flex;
background-color: red;
}
footer {
display: flex;
}