© 2026 LinearBytes Inc.
Search posts, tags, users, and pages
Chris Short
Software Developer
Should we also be using rems for margins, borders, padding, and basically everything else as well? Or just for font size?
Chris Bongers
Looking to get into development? As a full-stack developer I guide you on this journey and give you bite sized tips every single day 👊
I use it for font-size/margin
But for borders/border-radius and media-queries I still use pixels.
I'm actually not 100% sure on the "best" answer, but this is my gut feeling and it works well.
Chris Bongers I was thinking the same thing. Border radius would probably give some wacky results if using rems. And media queries probably wouldn't work very well either. Thanks for the response :)