5 lines
72 B
CSS
5 lines
72 B
CSS
body {
|
|
background-color: yellow;
|
|
margin: 0;
|
|
height: 100vh;
|
|
} |