game function complete

This commit is contained in:
adrian
2025-12-10 21:40:30 +01:00
parent f8a67c1dfb
commit c58d1141da
5 changed files with 124 additions and 60 deletions

View File

@ -1,3 +1,25 @@
body {
background-color: #09161e;
}
.imposterState{
display: flex;
justify-content: center;
background-color: white;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
margin: 5px auto;
font-size: 30px;
}
.word {
display: flex;
justify-content: center;
background-color: white;
border-radius: 5px;
border-width: 4px;
max-width: fit-content;
margin: 5px auto;
font-size: 30px;
}