5 lines
37 B
CSS
5 lines
37 B
CSS
|
body {
|
||
|
height: 100vh;
|
||
|
margin: 0;
|
||
|
}
|