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.

23 lines
305 B

  1. .class {
  2. margin: -10px .5vh;
  3. padding: 5vmin 9.5px;
  4. border: 3px solid black;
  5. font-size: 14px;
  6. line-height: 20px;
  7. }
  8. .class2 {
  9. font-size: 20px;
  10. line-height: 30px;
  11. }
  12. @media (min-width: 750px) {
  13. .class3 {
  14. font-size: 16px;
  15. line-height: 22px;
  16. }
  17. }
  18. /*
  19. .class {
  20. font-size: 16px;
  21. }
  22. */