Centering FontAwesome icons vertically and horizontally

后端 未结 7 1709
Happy的楠姐
Happy的楠姐 2020-12-13 12:25

I\'m currently using FontAwesome, and am having a really hard time centering the icons both vertically and horizontally in their container. I have tried doing it via positi

相关标签:
7条回答
  • 2020-12-13 13:23

    the simplest solution to both horizontally and vertically centers the icon:

    <div class="d-flex align-items-center justify-content-center">
        <i class="fas fa-crosshairs fa-lg"></i>
    </div>
    
    0 讨论(0)
提交回复
热议问题