EvalueTonSavoir/client/src/components/LiveResults/liveResult.css

15 lines
241 B
CSS
Raw Normal View History

2024-03-29 20:08:34 -04:00
.correct-answer {
background-color: lightgreen;
}
.incorrect-answer {
background-color: lightcoral;
}
.present-results-title {
margin-top: 8vh;
margin-bottom: 2vh;
font-size: 2rem;
font-weight: 500;
}