Game logic done

This commit is contained in:
2021-10-14 00:29:28 -03:00
parent ab65d653aa
commit 9acedd2832
7 changed files with 108 additions and 18 deletions

View File

@@ -48,7 +48,7 @@ header h2 {
.puzzleWord {
font-family: "Rambla", sans-serif;
font-weight: 400;
font-size: 60pt;
font-size: 50pt;
display: flex;
align-items: center;
max-width: 70vw;
@@ -59,7 +59,10 @@ header h2 {
width: 3vw;
height: 70pt;
margin-left: 2vw;
border-bottom: 3px solid #000;
border-bottom: 5px solid #000;
display: flex;
justify-content: center;
align-items: flex-end;
}
.puzzleWord .counter {
font-size: 40pt;