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
329 B

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