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
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>