Files
pa-pyscript/wave/style.css
2022-08-29 05:37:05 +02:00

9 lines
105 B
CSS

body {
padding: 1em;
}
canvas {
background-color: azure;
max-width: 1920px;
max-height: 800px;
}