13 lines
147 B
CSS
13 lines
147 B
CSS
body {
|
|
background-color: #000000;
|
|
overflow: hidden;
|
|
}
|
|
|
|
#container {
|
|
width: 100vw;
|
|
height: 100vh;
|
|
position: fixed;
|
|
top: 0;
|
|
left: 0;
|
|
}
|