15 lines
180 B
CSS
15 lines
180 B
CSS
|
|
html,
|
||
|
|
body,
|
||
|
|
#main {
|
||
|
|
margin: 0;
|
||
|
|
padding: 0;
|
||
|
|
min-height: 100vh;
|
||
|
|
width: 100vw;
|
||
|
|
}
|
||
|
|
|
||
|
|
#main {
|
||
|
|
background-color: #214;
|
||
|
|
display: flex;
|
||
|
|
flex-direction: column;
|
||
|
|
}
|