Skip to content

Commit

Permalink
Update HTML-CSS-Project-1-Implementati0on-Guide-Dynamic.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Mrbrianojee authored Aug 15, 2024
1 parent 36b216d commit 2fc2fc7
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions HTML-CSS-Project-1-Implementati0on-Guide-Dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,12 @@
background-color: #FF4A1E;
}

/* Table Header Styling */
table thead {
background-color: #FF4A1E; /* Matching the progress bar color */
color: white;
}

/* Checkbox Styling */
.form-check-input {
width: 20px;
Expand Down

0 comments on commit 2fc2fc7

Please sign in to comment.