Skip to content

Instantly share code, notes, and snippets.

@Pajn
Created August 17, 2018 06:16
Show Gist options
  • Save Pajn/b4cddff7dc614610c9ae9b3323fa7503 to your computer and use it in GitHub Desktop.
Save Pajn/b4cddff7dc614610c9ae9b3323fa7503 to your computer and use it in GitHub Desktop.
<html>
<body>
<div style="font-size: 1rem">
<p>
1 rem
</p>
<p>
The fox jumps over the lazy dog
</p>
</div>
<div style="font-size: 1em">
<p>
1 em
</p>
<p>
The fox jumps over the lazy dog
</p>
</div>
<div style="font-size: 16px">
<p>
16 px
</p>
<p>
The fox jumps over the lazy dog
</p>
</div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment