20 lines
218 B
CSS
20 lines
218 B
CSS
:root{
|
|
}
|
|
|
|
html, body{
|
|
background: black;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
text-decoration: none;
|
|
/* width: 100%; */
|
|
height: 100%;
|
|
|
|
overflow: hidden;
|
|
}
|
|
|
|
canvas{
|
|
background: #333;
|
|
width: 1920px;
|
|
height: 1422px;
|
|
}
|