本文介绍了ems和像素之间的关系是什么?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
以像素为单位的em的值是多少?
What is the value of an em in terms of pixels?
10em =?px?
10em = ?px ?
推荐答案
em和px之间没有特定的关系。它是基于每个字体的m字符的宽度计算的。
There's no specific relationship between em and px. It's computed based on the width of the "m" character for each font-face.
这篇关于ems和像素之间的关系是什么?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!