Skip to content

Commit

Permalink
New changes
Browse files Browse the repository at this point in the history
  • Loading branch information
JoshuaNwaizu committed Jan 24, 2024
1 parent 06de075 commit c05bf38
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions html quiz/html-quiz.css
Original file line number Diff line number Diff line change
Expand Up @@ -488,6 +488,27 @@ h4 {
cursor: pointer;
transition: .3s;
}
.correct {
background-color: var(--title-color)
}

.incorrect {
background-color: red;
}


.correct .html__choice-prefix {
color: var(--white-color);
background-color: var(--option-color);
}



.correct .html__choice-text {
color: var(--option-color);
font-weight: var(--font-weight-medium);
}


}

Expand Down

0 comments on commit c05bf38

Please sign in to comment.