Search chapters, tools, glossary, and FAQ
Glossary
An absolute CSS unit equal to one device pixel; common for borders and fine-tuned design specs, though rem is preferred for type.
Learn more in the guide
A CSS unit relative to the root element font size; 1rem equals the html font-size, typically 16px.
A CSS unit relative to the font size of the current element; useful for scalable component-level typography.