gpt4 book ai didi

html - 使用边框半径时,文本对齐不会居中和居中

转载 作者:太空宇宙 更新时间:2023-11-04 13:32:22 25 4
gpt4 key购买 nike

我需要对齐编号。 1 到红圈中心,但是没有作用

#box {
background: red;
border-radius: 50% 50% 50% 50%;
color: #FFFFFF;

height: 50px;
text-align: center;
width: 50px;
}

http://jsfiddle.net/kFaXp/8/

我如何让 1 居中在这个框的中间。

最佳答案

Text-align center 仅水平居中。你可以试试这个

#box {
background: red;
border-radius: 50% 50% 50% 50%;
color: #FFFFFF;

height: 50px;
text-align: center;
width: 50px;
vertical-align:middle;
display:table-cell

}​

http://jsfiddle.net/kFaXp/14/

关于html - 使用边框半径时,文本对齐不会居中和居中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12004816/

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