You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- section {
-
- .questionHolder {
- display: flex;
- flex-direction: column;
- align-items: center;
- justify-content: space-between;
- text-align: center;
- color: white;
- width: 90%;
- margin: 0 auto;
- height: 27vh;
- background-image: url("../../assets/icons/desktop-particles.svg");
- background-position: center;
- background-repeat: no-repeat;
- background-size: 150% 150%;
-
- .questionNumber {
- font-size: 1.3rem;
- font-weight: 600;
- }
- .question {
- font-size: 1.8rem;
- font-weight: 300;
- }
-
- .quizTimer {
- .time {
- font-size: 1.4rem;
- }
- }
- }
- }
|