Skip to content

Instantly share code, notes, and snippets.

@Spepe13
Created November 2, 2020 08:58
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Spepe13/9062422aa458e6185d6c2d21171d7819 to your computer and use it in GitHub Desktop.
Save Spepe13/9062422aa458e6185d6c2d21171d7819 to your computer and use it in GitHub Desktop.
[Convert px to rem] #CSS

Convert px to rem global.

How to convert px to rem and use rem to website.

16px = 1rem


html{
   font-size: 62.5%;
}

1px = .1rem 10px = 1rem 100px = 10rem

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment