Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
imparassharma committed Aug 24, 2023
1 parent f5a7018 commit 8c5730d
Showing 1 changed file with 11 additions and 6 deletions.
17 changes: 11 additions & 6 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,15 @@ body{
}

.gameWon.show{
display: block;
display: flex;
align-items: center;
color: #03C988;
font-size: 6rem;
}

.gameOver.show{
display: block;
display: flex;
align-items: center;
color: rgb(168, 4, 4);
font-size: 6rem;
}
Expand Down Expand Up @@ -124,7 +126,7 @@ body{
width: 30vw;
border: 1px solid black;
border-radius: 10px;
font-size: 32px;
font-size: 3vw;
font-weight: 600;
margin-top: 0;
}
Expand Down Expand Up @@ -273,7 +275,7 @@ body{
}

.result h2{
font-size: 5rem;
font-size: 5vw;
margin: auto 0;
}

Expand All @@ -298,6 +300,10 @@ body{
flex-direction: column;
}

.result h1{
font-size: 15vw;
}

.newDiv{
width: 100%;
height: 50%;
Expand Down Expand Up @@ -660,7 +666,7 @@ body{
}

.usedWords{
font-size: 44vw;
font-size: 5.5vw;
width: 40vw;
}

Expand Down Expand Up @@ -770,7 +776,6 @@ body{
}

.usedWords{
font-size: 44vw;
width: 40vw;
}

Expand Down

0 comments on commit 8c5730d

Please sign in to comment.