new-division.css 207 B

1234567891011121314151617
  1. .units {
  2. font: 1.2rem/2rem;
  3. font: 8vw/9vw;
  4. font: 10vh/12vh;
  5. font: 12vm/15vm;
  6. font: 12vmin/15vmin;
  7. font: 1.2ch/1.5ch;
  8. }
  9. .math {
  10. a: 2;
  11. b: 2px / 2;
  12. c: 1px;
  13. d: 1px;
  14. e: 4px / 2;
  15. f: 2px;
  16. }