Divent/divent/static/css/global.css

24 lines
313 B
CSS
Raw Normal View History

2022-06-08 21:02:14 +00:00
body {
background-color: #202225;
2022-06-16 20:48:16 +00:00
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;
2022-06-08 21:02:14 +00:00
}