9 lines
72 B
CSS
9 lines
72 B
CSS
* {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
body {
|
|
background-color: #111111;
|
|
}
|