Open In App

How to target all Font Awesome icons and align them center?

Font Awesome is a great toolkit for developers to get icons based on CSS and LESS. There is other icons pack on the internet, but Font Awesome is more popular in the developer community. It has a wide collection of icons that are free to use.

The most preferred way to center Font Awesome Icons is to assign a center class to each <i> tag. Setting width to 100%, let’s each icon cover 100% area horizontally. Also text-align then centers the icon accordingly to the width being used.

If we want to target our Font Awesome icons on our window, and align them to center by using the following methods


Article Tags :