Skip to content

Instantly share code, notes, and snippets.

View danbalaban's full-sized avatar

Dan danbalaban

View GitHub Profile
@danbalaban
danbalaban / css-units-best-practices.md
Created September 16, 2022 11:44 — forked from basham/css-units-best-practices.md
CSS Units Best Practices

CSS units

Recommendations of unit types per media type:

Media Recommended Occasional use Infrequent use Not recommended
Screen em, rem, % px ch, ex, vw, vh, vmin, vmax cm, mm, in, pt, pc
Print em, rem, % cm, mm, in, pt, pc ch, ex px, vw, vh, vmin, vmax

Relative units

Relative units