Game Logic done

This commit is contained in:
2021-10-19 16:20:26 -03:00
parent 9425e27bd3
commit 9f9cf73bf3
13 changed files with 154 additions and 30 deletions

View File

@@ -46,7 +46,7 @@ header h2 {
width: 20vw;
}
.puzzleWord {
.word {
font-family: "Rambla", sans-serif;
font-weight: 400;
font-size: 50pt;
@@ -56,7 +56,7 @@ header h2 {
display: flex;
flex-wrap: wrap;
}
.puzzleWord .letter {
.word .letter {
width: 3vw;
height: 70pt;
margin-left: 2vw;
@@ -65,7 +65,7 @@ header h2 {
justify-content: center;
align-items: flex-end;
}
.puzzleWord .counter {
.word .counter {
font-size: 40pt;
font-family: Arial, Helvetica, sans-serif;
margin-left: 3vw;
@@ -289,4 +289,17 @@ header h2 {
height: 50px;
}
.letters-registered {
margin: 0px 5vw;
display: flex;
align-items: center;
font-family: "Times New Roman", Times, serif;
color: #918c6c;
font-size: 50pt;
height: 20vh;
}
.letters-registered span {
margin-left: 1vw;
}
/*# sourceMappingURL=index.css.map */