Angular job portal app
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.
 
 
 
 

33 lines
756 B

  1. section {
  2. .questionHolder {
  3. display: flex;
  4. flex-direction: column;
  5. align-items: center;
  6. justify-content: space-between;
  7. text-align: center;
  8. color: white;
  9. width: 90%;
  10. margin: 0 auto;
  11. height: 27vh;
  12. background-image: url("../../assets/icons/desktop-particles.svg");
  13. background-position: center;
  14. background-repeat: no-repeat;
  15. background-size: 150% 150%;
  16. .questionNumber {
  17. font-size: 1.3rem;
  18. font-weight: 600;
  19. }
  20. .question {
  21. font-size: 1.8rem;
  22. font-weight: 300;
  23. }
  24. .quizTimer {
  25. .time {
  26. font-size: 1.4rem;
  27. }
  28. }
  29. }
  30. }