--- title: Add Font Awesome Icons to all of our Buttons --- ## Add Font Awesome Icons to all of our Buttons ### Problem Explanation Use Font Awesome to add an `info-circle` icon to your info button and a `trash` icon to your delete button. #### Relevant Links: - [Font Awesome](https://fontawesome.com/) - [Different between Font Awesome v4 and v5](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4) ### Hint * The Font Awesome stylesheet of this page is version 4.5.0, so you should use `fa` prefix instead of new `fas`. Check the [link](https://fontawesome.com/how-to-use/on-the-web/setup/upgrading-from-version-4) to learn more about difference between v4 and new v5. * Logos and the relevant CSS classes for the logos can be found [here](https://fontawesome.com/icons?d=gallery) . * Adding a space between the `` tag and the text will give it a nice spacing. ## Spoiler alert! **Solution ahead!** ### Solution: ```html

CatPhotoApp

A cute orange cat lying on its back.
Three kittens running towards the camera.

Things cats love:

Top 3 things cats hate:

  1. flea treatment
  2. thunder
  3. other cats
```