gpt4 book ai didi

html - 按钮中的中心文本

转载 作者:太空宇宙 更新时间:2023-11-04 11:23:53 24 4
gpt4 key购买 nike

我已经创建了这个按钮,但是我似乎无法将文本居中。我已经设置了行高,但似乎不起作用,这是怎么回事?

https://jsfiddle.net/DTcHh/12048/

CSS

a.round {
font-size: 18px;
font-weight: 300;
line-height: 35px;
padding: 10px 16px;
border-radius: 6px;
border: 1px solid #000;
font-size: 18px;
color: #000;
font-weight: 600;
background-color: transparent;
float: left;
margin-right: 20px;
-webkit-transition: all .2s ease;
-o-transition: all .2s ease;
transition: all .2s ease;
margin-bottom: 180px;
}

#icon-buy {
margin-right: 10px;
font-size: 35px;
}

最佳答案

我认为必须对齐 <i>以获得您想要的外观。

#icon-buy {
margin-right: 10px;
font-size: 35px;
vertical-align: middle;
}

JSfiddle Demo

关于html - 按钮中的中心文本,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/32552432/

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