Skip to content

Challenge Add Font Awesome Icons to our Buttons

SaintPeter edited this page · 1 revision
Clone this wiki locally

Add Font Awesome Icons to our Buttons

Font Awesome is a convenient library of icons. These icons are vector graphics, stored in the .svg file format. These icons are treated just like fonts. You can specify their size using pixels, and they will assume the font size of their parent HTML elements.

<i class="fa fa-thumbs-up"><button class="btn btn-block btn-primary">Like</i></button>

Something went wrong with that request. Please try again.