File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change 13
13
< title > Increment Counter</ title >
14
14
</ head >
15
15
< body >
16
- < div class ="counter-container ">
16
+ < article class ="counter-container ">
17
17
< i class ="fab fa-instagram fa-3x "> </ i >
18
18
< div class ="counter " data-target ="12000 "> </ div >
19
19
< span > Instagram Followers</ span >
20
- </ div >
21
- < div class ="counter-container ">
20
+ </ article >
21
+ < article class ="counter-container ">
22
22
< i class ="fab fa-youtube fa-3x "> </ i >
23
23
< div class ="counter " data-target ="5000 "> </ div >
24
24
< span > YouTube Subscribers</ span >
25
- </ div >
26
- < div class ="counter-container ">
25
+ </ article >
26
+ < article class ="counter-container ">
27
27
< i class ="fab fa-facebook fa-3x "> </ i >
28
28
< div class ="counter " data-target ="7500 "> </ div >
29
29
< span > Facebook Fans</ span >
30
- </ div >
30
+ </ article >
31
31
< script src ="script.js "> </ script >
32
32
</ body >
33
33
</ html >
You can’t perform that action at this time.
0 commit comments