style.css 266 B

12345678910111213
  1. .js02_theory {
  2. width: 100vw;
  3. height: 100vh;
  4. display: flex;
  5. align-items: center;
  6. align-content: center;
  7. justify-content: center;
  8. overflow: auto;
  9. font-size: 18px;
  10. font-weight: 700;
  11. font-family: Arial, Helvetica, sans-serif;
  12. text-align: center;
  13. }