Solve problem "Add Font Awesome Icons to all of our Buttons" online - Learn Python 3 - Snakify

Lesson: Responsive Design with Bootstrap

Add Font Awesome Icons to all of 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.

Use Font Awesome to add an info-circle icon to your info button and a trash icon to your delete button.

Note: The span element is an acceptable alternative to the i element for the directions below.


The content on this page is licensed under Attribution-ShareAlike 4.0 International. Original authors: freeCodeCamp, the content was modified.