9 lines
134 B
CSS
9 lines
134 B
CSS
body{
|
|
margin: 0;
|
|
padding: 0;
|
|
box-sizing: border-box;
|
|
background-color: white;
|
|
font-size: 16px;
|
|
height: 80%;
|
|
|
|
} |