style.css 744 B

123456789101112131415161718192021222324252627282930313233343536373839
  1. .correct {
  2. background-color: yellowgreen;
  3. }
  4. .question-text {
  5. background-color: whitesmoke;
  6. padding: 5px;
  7. margin-bottom: 10px;
  8. }
  9. .question-topic {
  10. background-color: lightgray;
  11. padding: 5px;
  12. }
  13. .question{
  14. padding: 10px;
  15. margin-left: 5px;
  16. }
  17. .question-result {
  18. background-color: #d4edda;
  19. border-color: #c3e6cb;
  20. position: relative;
  21. padding: .75rem 1.25rem;
  22. margin-bottom: 1rem;
  23. border: 1px solid transparent;
  24. border-radius: .25rem;
  25. flex: 0 0 66.666667%;
  26. max-width: 66.666667%;
  27. width: 100%;
  28. min-height: 1px;
  29. box-sizing: border-box;
  30. display: block;
  31. }
  32. /*li {*/
  33. /*flex-wrap: wrap;*/
  34. /*margin-right: 0px;*/
  35. /*margin-left: 10px;*/
  36. /*display: table;*/
  37. /*}*/