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