的我有我的网页上的按钮,我自己也是其样式,如何防止字体闹翻按钮
<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它不会这样做,并且字体大小和按钮的宽度都不会改变,我的问题是引导程序如何保持文本到位?