9 lines
84 B
CSS
9 lines
84 B
CSS
|
body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
canvas {
|
||
|
display: block;
|
||
|
width: 100vw;
|
||
|
height: 100vh;
|
||
|
}
|