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 4e4fae5 commit f87f4d0
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions HTML-CSS-Project-1-Implementati0on-Guide-Dynamic.html
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,13 @@
width: 20px;
height: 20px;
margin-right: 10px;
accent-color: #007bff;
accent-color: #4caf50;
border: 2px solid #007bff;
}

.form-check-input:checked {
background-color: #007bff;
border-color: #007bff;
background-color: #4caf50;
border-color: #4caf50;
}

/* Accordion Styling */
Expand Down

0 comments on commit f87f4d0

Please sign in to comment.