Style moved

This commit is contained in:
Andrea Bianchi
2026-03-14 12:19:26 +09:00
parent c9853c3aa3
commit 0e58b35db7
2 changed files with 25 additions and 23 deletions

21
assets/style.css Normal file
View File

@@ -0,0 +1,21 @@
html,
body {
padding: 0px;
margin: 0px;
}
canvas {
display: block;
}
h1 {
margin: 1em;
}
.footer {
color: brown;
position: absolute;
margin-top: 820px;
margin-left: 1em;
font-size: 25px;
}