Skip to content

Commit

Permalink
Style css Timer
Browse files Browse the repository at this point in the history
  • Loading branch information
JYNguyen committed Apr 25, 2024
1 parent cfe805f commit 911c580
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions html/style_lobby.css
Original file line number Diff line number Diff line change
Expand Up @@ -115,3 +115,11 @@ select {
border-radius: 5px; /* Add rounded corners to the border */
text-align: center; /* Center the timer text */
}

/* Add styles for the timer text */
#timer {
font-size: 24px; /* Change the font size of the timer text */
color: #333; /* Change the color of the timer text */
font-weight: bold; /* Make the timer text bold */
}

0 comments on commit 911c580

Please sign in to comment.