9 lines
105 B
CSS
9 lines
105 B
CSS
body {
|
|
padding: 1em;
|
|
}
|
|
canvas {
|
|
background-color: azure;
|
|
max-width: 1920px;
|
|
max-height: 800px;
|
|
}
|