5 lines
67 B
CSS
5 lines
67 B
CSS
html, body {
|
|
margin: 0;
|
|
padding: 0;
|
|
overflow: hidden;
|
|
} |