5 lines
55 B
CSS
5 lines
55 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
padding: 0;
|
||
|
overflow: hidden;
|
||
|
}
|