8 lines
50 B
CSS
8 lines
50 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
.page {
|
||
|
height: 100vh;
|
||
|
}
|