mirror of
https://github.com/FranP-code/Hangman-game-with-React.git
synced 2025-10-13 00:42:32 +00:00
Game Logic done
This commit is contained in:
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user