Migrazione codebase a git

This commit is contained in:
2026-02-12 08:55:59 +01:00
commit 53ee915ec7
21 changed files with 158 additions and 0 deletions

24
style.css Normal file
View File

@@ -0,0 +1,24 @@
body{
background-color: gainsboro;
text-align: center;
}
body, button{
font-family: 'Comic Sans MS', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}
.playfield{
max-width: fit-content;
margin-left: auto;
margin-right: auto;
}
.row{
display: flex;
flex-direction: row;
}
.cell{
margin: 5px;
}