Add 10 random squares

This commit is contained in:
Cametendo
2026-03-30 11:20:29 +02:00
parent f04899575d
commit 01d60e00b2
6 changed files with 58 additions and 0 deletions

8
style.css Normal file
View File

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