12 lines
148 B
CSS
12 lines
148 B
CSS
|
html {
|
||
|
text-align: center;
|
||
|
}
|
||
|
|
||
|
canvas {
|
||
|
border: 1px dashed;
|
||
|
display: flex;
|
||
|
justify-content: center;
|
||
|
align-items: center;
|
||
|
margin: auto;
|
||
|
}
|