7 lines
57 B
CSS
7 lines
57 B
CSS
|
html, body {
|
||
|
margin: 0;
|
||
|
}
|
||
|
|
||
|
canvas {
|
||
|
display: block;
|
||
|
}
|