This commit is contained in:
2026-06-24 19:56:56 +03:00
commit e258330757
6 changed files with 188 additions and 0 deletions

7
style.css Normal file
View File

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