first commit

This commit is contained in:
Andrea Bianchi
2026-03-10 18:27:34 +09:00
commit 631b053c8c
14 changed files with 90313 additions and 0 deletions

21
style.css Normal file
View File

@@ -0,0 +1,21 @@
html,
body {
height: 600px;
}
body {
display: -ms-flexbox;
display: -webkit-box;
display: flex;
-ms-flex-align: center;
-ms-flex-pack: center;
-webkit-box-align: center;
align-items: center;
-webkit-box-pack: center;
justify-content: center;
background-color: #f5f5f5;
}
canvas {
display: block;
}