mirror of
https://github.com/ets-cfuhrman-pfe/EvalueTonSavoir.git
synced 2025-08-11 21:23:54 -04:00
15 lines
241 B
CSS
15 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;
|
||
|
|
}
|