6 lines
61 B
CSS
6 lines
61 B
CSS
|
body {
|
||
|
margin: 50px;
|
||
|
}
|
||
|
canvas {
|
||
|
border: 1px red dashed;
|
||
|
}
|