gpt4 book ai didi

css - 如何垂直居中对齐按钮内的文本?

转载 作者:行者123 更新时间:2023-11-28 11:14:09 25 4
gpt4 key购买 nike

我认为 line-height 会垂直居中对齐文本。但这不会发生在我的按钮上。为什么?

文本在 FF、Opera 和 Safari 中底部对齐。

Her is my fiddle .

<button class="get_discount_rate">Button</button>
button {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #444;
min-width: 90px;
height: 24px;
line-height: 24px;
margin: 5px 10px;
background-color: #fdfdfd;
border: 1px solid #cdcdcd;
cursor: pointer;
border-radius: 3px;
}

最佳答案

button 中的文本垂直居中对齐(已在 Chrome、FF、Safari、Opera 和 IE8 中测试)

button {
font-family: Arial, Helvetica, sans-serif;
font-weight: normal;
color: #444;
min-width: 90px;
padding:5px;
margin: 5px 10px;
background-color: #fdfdfd;
border: 1px solid #cdcdcd;
cursor: pointer;
border-radius: 3px;
}​

DEMO.

关于css - 如何垂直居中对齐按钮内的文本?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/11596341/

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