Skip to content

Challenge Add Font Awesome Icons To Our Buttons

Quincy Larson edited this page Aug 20, 2016 · 1 revision

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>
Clone this wiki locally