5 lines
61 B
CSS
5 lines
61 B
CSS
|
body {
|
||
|
background: #000;
|
||
|
overflow: hidden;
|
||
|
margin: 0;
|
||
|
}
|