6 lines
96 B
CSS
6 lines
96 B
CSS
|
html, body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
overflow: hidden;
|
||
|
font-family: sans-serif;
|
||
|
}
|