game state and win/loose message

This commit is contained in:
Guilleag01
2023-08-09 16:45:51 +02:00
parent 296fe3da6a
commit 80024609ef
3 changed files with 50 additions and 21 deletions

View File

@@ -33,6 +33,7 @@ button {
border-radius: 8px;
border: 1px solid transparent;
margin: 2px;
outline: none;
}
.upper-menu {
@@ -215,7 +216,10 @@ button {
height: 70%;
}
input,
button {
outline: none;
.gamestate {
display: flex;
justify-content: center;
align-items: center;
color: #ffffff;
font-size: 25px;
}