12 lines
137 B
CSS
12 lines
137 B
CSS
html, body, div {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
* {
|
|
margin: 0px;
|
|
padding: 0px;
|
|
border: 0px;
|
|
background: #223;
|
|
overflow: hidden;
|
|
}
|