You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: exercises/11-Font-Awesome-Icons/README.md
+1-2Lines changed: 1 addition & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ But using icons can be frustrating and time-consuming because each icon is an im
6
6
7
7
Font-awesome solve the "image" problem by creating a new font- each letter is a different icon and you can now import the whole font into your website and use whatever icon you want.
8
8
9
-
After linking your website with font-awesome, you can use the following to code to insert a specific icon:
9
+
After linking your website with font-awesome, you can use the following code to insert a specific icon:
10
10
11
11
```html
12
12
<iclass="fa fa-camera-retro"></i>
@@ -17,6 +17,5 @@ You can find all the available names here: http://fontawesome.io/icons/
17
17
18
18
## 📝 Instructions:
19
19
20
-
21
20
Add two more items into your list and add a different icon at the beginning of each item.
0 commit comments