first commit

This commit is contained in:
Andrea Bianchi
2026-01-09 18:45:32 +09:00
commit 160d07f60c
9 changed files with 283 additions and 0 deletions

29
style.css Normal file
View File

@@ -0,0 +1,29 @@
html,
body {
height: 100%;
}
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;
}
.result {
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;
}