Skip to content

Commit

Permalink
Merge pull request #29 from AakxSha/main
Browse files Browse the repository at this point in the history
aligning 'high score' text in centre
  • Loading branch information
Akanchha112 authored Jan 2, 2024
2 parents bdd0e6f + 89ea1a5 commit a92e648
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 a92e648

Please sign in to comment.