-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
HTML&CSSHTML&CSSHTML&CSS
Metadata
Metadata
Assignees
Labels
HTML&CSSHTML&CSSHTML&CSS
Type
Projects
Milestone
Relationships
Development
Select code repository
Activity
webVueBlog commentedon Mar 11, 2020
Similarities: px and em are both units of length
Similarities and differences: the value of px is fixed.
The value of em is not fixed, and em inherits the font size of the parent element.
The default font height in the browser is 16px. So all untuned browsers are compliant: 1em=16px.
So 12px=0.75em, 10px=0.625em.