bootstrap 图标和文字对齐
Posted 软件工程小施同学
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了bootstrap 图标和文字对齐相关的知识,希望对你有一定的参考价值。
图标和文字的class都加align-middle
<div class="fellow-travelers-number">
<i class="material-icons tsinghua-color align-middle">bubble_chart</i>
<span class="align-middle">证件类型</span>
</div>
以上是关于bootstrap 图标和文字对齐的主要内容,如果未能解决你的问题,请参考以下文章
如何在 bootstrap4 导航栏中对齐社交媒体图标及其工具提示?