作者热门文章
- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我在 Quora 上阅读了以下内容:
By setting the font-size of the (which by default its 16px) to 62.5%, setting em based font-sizes for the rest of the page becomes very simple. just divide the intended pixel size by 10 to get the equivalent size in ems.
10px = 1.0 em 11px = 1.1em 12px = 1.2em
这是如何工作的,我该如何实现?
最佳答案
这是我用的。
html { font-size: 62.5%; }
关于html - 如何将 html 正文标签的 16 px 设为 62.5%,以便 px 到 em 的转换变得更容易?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32533490/
我是一名优秀的程序员,十分优秀!