File tree Expand file tree Collapse file tree 2 files changed +17
-0
lines changed
.learn/resets/11-Font-Awesome-Icons
exercises/11-Font-Awesome-Icons Expand file tree Collapse file tree 2 files changed +17
-0
lines changed Original file line number Diff line number Diff line change
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/072e5df971.js " crossorigin ="anonymous "> </ script >
8
+ < title > 11 Font Awesome</ title >
9
+ </ head >
10
+ < body >
11
+ < ul >
12
+ < li > < i class ="fas fa-camera-retro "> </ i > Hello</ li >
13
+ </ ul >
14
+ </ body >
15
+ </ html >
Original file line number Diff line number Diff line change 10
10
< body >
11
11
< ul >
12
12
< li > < i class ="fas fa-camera-retro "> </ i > Hello</ li >
13
+ < li > < i class ="fa-solid fa-magnifying-glass "> Whats up</ i > </ li >
14
+ < li > < i class ="fa-solid fa-music "> listen to this</ i > </ li >
13
15
</ ul >
14
16
</ body >
15
17
</ html >
You can’t perform that action at this time.
0 commit comments