首页 > web前端 > css教程 > 正文

Em and Rem: What&#s the Difference?

DDD
发布: 2024-09-19 12:15:32
原创
808 人浏览过

Em and Rem: What

Synopsis: Both rem and em are units of size in CSS. Rem is the font-size of the root element. Em is the font-size of the local context.


The em unit is borrowed from the world of printed typography, and it is a unit that allows setting the font-size of an element relative to the nearest declared font-size in its component hierarchy.

The rem unit, short for root em, always references the font-size value of the root element, the element. If the element doesn’t have a specified font-size, the browser default of 16px is used.

Both of these units can be used for any sized attribute, such as margin and line-height. If so, rem maintains its consistent definition. Em, on the other hand, references the element's own font-size.


Developer's Take

I admit I used em a lot more in the code I've written, but after learning this, rem is more intuitive and reliable than em! I will be using rem from this time onward, unless I specifically want to take into account the sizing in the localized context.

If you're an HTML Dev, an keen on the joining the Mission of Saving the World, come join the crew at Salvation Company, where we're doing just that! Technology developments are a sure factor in doing what we're doing, and there's room for newbies and Senior Staff Architect Engineers alike! (And product managers, and designers, and techies, and students, and advisors, and mathmeticians, and...) The rooms are open; You gotta stay respectful. It is salvation anyway ? See ya there!

A

以上是Em and Rem: What&#s the Difference?的详细内容。更多信息请关注PHP中文网其他相关文章!

来源:dev.to
本站声明
本文内容由网友自发贡献,版权归原作者所有,本站不承担相应法律责任。如您发现有涉嫌抄袭侵权的内容,请联系admin@php.cn
热门教程
更多>
最新下载
更多>
网站特效
网站源码
网站素材
前端模板
关于我们 免责声明 Sitemap
PHP中文网:公益在线PHP培训,帮助PHP学习者快速成长!