Skip to content

Instantly share code, notes, and snippets.

@filipelinhares
Last active October 9, 2015 14:46
Show Gist options
  • Save filipelinhares/c6bd8c06161b00c2822c to your computer and use it in GitHub Desktop.
Save filipelinhares/c6bd8c06161b00c2822c to your computer and use it in GitHub Desktop.
Rems 16px based

Rems 16px based

  • 8px = 0.5rem
  • 9px = 0.5625rem
  • 10px = 0.625rem
  • 11px = 0.6875rem
  • 12px = 0.75rem
  • 13px = 0.8125rem
  • 14px = 0.875rem
  • 15px = 0.9375rem
  • 16px = 1rem (base)
  • 18px = 1.125rem
  • 20px = 1.25rem
  • 22px = 1.375rem
  • 24px = 1.5rem
  • 26px = 1.625rem
  • 28px = 1.75rem
  • 30px = 1.875rem
  • 32px = 2rem
  • 34px = 2.125rem
  • 36px = 2.25rem
  • 38px = 2.375rem
  • 40px = 2.5rem
  • 42px = 2.625rem
  • 44px = 2.75rem
  • 46px = 2.875rem
  • 48px = 3rem
  • 50px = 3.125rem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment