EvalueTonSavoir/client/src/components/LiveResults/liveResult.css
2024-03-29 20:08:34 -04:00

14 lines
241 B
CSS

.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;
}