Skip to content

Commit

Permalink
aligning 'high score' text in centre
Browse files Browse the repository at this point in the history
  • Loading branch information
AakxSha committed Jan 2, 2024
1 parent ac0a9a4 commit dc1ddac
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions highscore.css
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,14 @@
margin-bottom: 0.5rem;
}




.high-score:hover {
transform: scale(1.025);
}
#finalScore{
font-size: 10vw;
text-align: center;
width: max-content;
}

0 comments on commit dc1ddac

Please sign in to comment.