Files
fxl.codes.kisekae/wwwroot/css/main.css
T

25 lines
315 B
CSS

html,
body {
height: 100%;
margin: 0;
padding: 0;
}
body {
display: flex;
flex-direction: column;
width: 100%;
}
body main {
align-items: center;
display: flex;
flex-direction: column;
flex-grow: 1;
}
body main .container {
height: 100%;
width: 100%;
}
body footer {
text-align: center;
}