body {
/*解決字體顯示為方塊的問題,在body選擇器里設置下字體即可*/
font-family: 'Glyphicons Halflings';
}
.modal-footer {
margin-top: 400px;
}
<h4 class="modal-footer">特別感謝Glyphicon的字體圖標的支持,友情鏈接:
<a href="https://glyphicons.com">glyphicons.com</a>
</h4>
/*解決字體顯示為方塊的問題,在body選擇器里設置下字體即可*/
font-family: 'Glyphicons Halflings';
}
.modal-footer {
margin-top: 400px;
}
<h4 class="modal-footer">特別感謝Glyphicon的字體圖標的支持,友情鏈接:
<a href="https://glyphicons.com">glyphicons.com</a>
</h4>
最新回答 / qq_噴泉_0
<link rel="stylesheet" href="bootstrap-theme.min.css">用錯樣式表,用這個bootstrap.min.css
2019-11-13
我看到這個視頻,到現在不知道bootstrap他到底什么時候講,現在講的都是頁面基礎,再等等,很快就講到bootstrap了
2019-11-07
最新回答 / weixin_慕勒80874
<button?class="btn"?style="width:?20px;height:?25px;border-radius:50%;"></button>
2019-09-14