gpt4 book ai didi

html - Firefox 文本对齐中心不适用于等宽字体

转载 作者:太空宇宙 更新时间:2023-11-03 17:57:58 25 4
gpt4 key购买 nike

出于某种原因,Firefox 没有正确地将等宽字体上的文本居中对齐(但只有大字体)。在 Mavericks 上测试 Firefox 32。

参见 JSFiddle here .有什么想法吗?

<div class="courier">The quick fox centered
</div>
<div class="arial">The quick fox centered
</div>

body {
font-size: 100pt;
text-align: center;
text-transform: uppercase;
}

div {
width: 100%;
}

.arial {
font-family: Arial
}
.courier {
font-family: Courier;
}

最佳答案

试试这个

text-align:-moz-center;

关于html - Firefox 文本对齐中心不适用于等宽字体,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/25955245/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com