HTML
<button class="btn" id="servicos">b</button>
CSS
.btn{
line-height: normal;
display:inline;
position:relative;
border: 0;
margin:0;
width:6%;
height:95%;
font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
padding: 0;
background-color: #000000;
text-align:center;
font-size: 18px;
vertical-align:top;
}
私の問題は、ボタンの幅と高さがボタン内のテキストの垂直方向の中央にあるため、テキストを上に配置する方法はありますか?