cahodk's picture
Initial commit
05f068b
raw
history blame
231 Bytes
html, body {
margin: 0;
padding: 0;
}
body {
display: flex;
align-content: center;
justify-content: center;
flex-wrap: wrap;
flex-direction: column;
}
canvas {
display: block;
}
* {
font-family: sans-serif;
}