This commit is contained in:
Andrea Bianchi
2025-02-19 11:12:12 +09:00
commit 2fc0d2eba4
10 changed files with 90157 additions and 0 deletions

13
css/style.css Normal file
View File

@@ -0,0 +1,13 @@
html,
body {
margin: 0;
padding: 5px;
align-items: center;
text-align: center;
width: 100%;
}
canvas {
display: block;
margin: auto;
}