CSS: Tip. Use px for margin and padding

By Xah Lee. Date: .

Tip. use px for margin and padding

for margin and padding , use px instead of font based units em ex.

If you use font based units , it increases whitespaces when users have larger font. Especially bad on small screen.

now i change my site to use px for this.

css px rem margin diff 2026-08-05 19024 ll
css px rem margin diff 2026-08-05 19024 ll

CSS length units