diff --git a/seed/challenges/bootstrap.json b/seed/challenges/bootstrap.json index ef672fb6eed..d38b8ece5d1 100644 --- a/seed/challenges/bootstrap.json +++ b/seed/challenges/bootstrap.json @@ -1067,6 +1067,8 @@ "title": "Add Font Awesome Icons to our Buttons", "description": [ "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.", + "The i element was originally used to make other elements italic, but is now commonly used for icons. You add the Font Awesome classes to the i element to turn it into an icon, for example:", + "<i class=\"fa fa-info-circle\"></i>", "Use Font Awesome to add a thumbs-up icon to your like button by giving it a i element with the classes fa and fa-thumbs-up." ], "tests": [