We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0811f98 + 459e50a commit a3b4122Copy full SHA for a3b4122
exercises/11-Font-Awesome-Icons/solution.hide.html
@@ -0,0 +1,17 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="viewport" content="width=device-width" />
6
+ <link rel="stylesheet" type="text/css" href="./styles.css" />
7
+ <script src="https://kit.fontawesome.com/78d2a11ad0.js" crossorigin="anonymous"></script>
8
+ <title>11 Font Awesome</title>
9
+ </head>
10
+ <body>
11
+ <ul>
12
+ <li><i class="fa fa-camera-retro"></i> Hello</li>
13
+ <li><i class="fa fa-flag">Flag</i></li>
14
+ <li><i class="fa fa-heart">Heart</i></li>
15
+ </ul>
16
+ </body>
17
+</html>
0 commit comments