This commit is contained in:
2024-04-09 13:21:32 +02:00
commit 11eca63b6d
3 changed files with 35 additions and 0 deletions

8
style.css Normal file
View File

@ -0,0 +1,8 @@
html, body {
margin: 0;
padding: 0;
}
canvas {
display: block;
}