Use CSS Unit Converter - free
Frequently asked questions
What is the difference between em and rem?
em is relative to the font size of its parent element (compounding when nested), while rem is always relative to the root element’s font size - rem is generally more predictable for layout.
What base font size should I use?
Use your project’s actual root font size - commonly 16px by default in most browsers.
How is pt converted?
Using the standard CSS conversion where 96px equals 72pt.