Rem: a comprehensive explainer on the unit 'rem' in typography and CSS
css
The CSS unit rem, short for root em, is a relative length unit tied to the document’s root font size, commonly set on the html element. Unlike em, which scales relative to its...
Open article