作者:多米音乐_34058991 | 来源:互联网 | 2023-05-18 22:18
IwouldlikeknowwhyBoostrapchooseremandeminsteadpxforthenewversionofBoostrap4.我想知道为
I would like know why Boostrap choose rem
and em
instead px
for the new version of Boostrap 4.
我想知道为什么Boostrap选择rem和em而不是px用于新版本的Boostrap 4。
We can see here
我们可以在这里看到
Some variables examples:
一些变量示例:
$font-size-h1: 2.5rem !default;
$font-size-h2: 2rem !default;
$font-size-h3: 1.75rem !default;
$mark-padding: .2em !default;
It's a good practice use em and rem for:
使用em和rem是一个很好的做法:
margin: 0;
padding: 0;
bottom: 0px;
width: 100%;
I am just curious about that I could not find on web about this so that reason I am asking.
我只是好奇我在网上找不到这个,所以我要问的原因。
2 个解决方案