我試圖讓我的主頁按鈕在div
內的標題,但它正在對齊div
/標題。字體真棒圖標對齊
我有這樣的代碼:
.home-button {
background: #333;
width: 59px;
height: 60px;
float: right;
line-height: 180px;
text-align: center;
vertical-align: bottom;
}
div.home-button i.fa {
display: inline-block;
}
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.6.2/css/font-awesome.min.css">
<div class="home-button">
<i class="fa fa-home" aria-hidden="true"></i>
</div>
,但它與div
下面的圖標顯示...
有什麼建議?
你可以讓你的錯誤jsFiddle,所以我們可以看到它嗎? –
請提供小提琴或至少一個截圖 –