的我有我的網頁上的按鈕,我自己也是其樣式,如何防止字體鬧翻按鈕
<button id="logButton" >Iniciar sesión</button>
然後CSS代碼
#logButton
{
width:119px;
margin-bottom: 5px;
padding-top: 3px;
margin-left:35%;
height: 25.5333px;
font-weight: bold;
font-size: 13px;
font-family: helvetica, arial, sans-serif;
}
如果我添加引導類btn它不會這樣做,並且字體大小和按鈕的寬度都不會改變,我的問題是引導程序如何保持文本到位?