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