lights exercise

This commit is contained in:
Andrea Bianchi
2026-04-22 13:54:03 +09:00
parent 13e99a84d5
commit e8fb1810e3
14 changed files with 109 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
html,
body {
margin: 0;
/* padding: 5px; */
align-items: center;
text-align: center;
background-color: beige;
}
canvas {
display: block;
}