CSS: em or px
CSS: em or px
Out of context: Reply #18
- Started
- Last post
- 24 Responses
- craic_whore0
Reason is that the default size for all browsers is 16px (1em = 16px). Making the body equal 62.5 knocks the default back to 10px (1em = 10px) that makes 1.5em equal 15px etc. etc.