Skip to content

Instantly share code, notes, and snippets.

@stramel
Last active March 29, 2016 13:52
Show Gist options
  • Save stramel/b3a7ce3cd182ed60f25d to your computer and use it in GitHub Desktop.
Save stramel/b3a7ce3cd182ed60f25d to your computer and use it in GitHub Desktop.
Collection of various articles

CSS Style Suggestions

PX, EM, REM

  • Use em for media queries Read More
  • When to use rem vs em? Read More
    • Size in em if the property scales according to it's font-size
    • Size everything else in rem
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment