8 lines
69 B
CSS
8 lines
69 B
CSS
* {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
|
|
body {
|
|
overflow: hidden;
|
|
}
|