From 11ea64445463ac1ca8b17505a86593973000c8dd Mon Sep 17 00:00:00 2001 From: iheartkode Date: Tue, 17 Nov 2015 12:50:30 -0800 Subject: [PATCH] Clarify Font Awesome Instructions, Add Example Clarify Font Awesome Instructions, Add Example --- challenges/bootstrap.json | 2 ++ 1 file changed, 2 insertions(+) diff --git a/challenges/bootstrap.json b/challenges/bootstrap.json index ef672fb6ee..d38b8ece5d 100644 --- a/challenges/bootstrap.json +++ b/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": [