- Joined
- May 26, 2022
- Messages
- 2
- Reaction score
- 0
Hey, I'm trying to use fontawesome's social icons but I just can't seem to get them to work. The tutorial I'm watching only shows the person simply adding these codes to their html file and it works. But mine doesn't. Can anybody help me out?
My kit script:
<script src="https://kit.fontawesome.com/c67a1eea44.js" crossorigin="anonymous"></script>
And my lines of code for the icons:
<div class="social-icons">
<i class="fab fa-facebook">
<i class="fab fa-twitter">
<i class="fab fa-instagram">
<i class="fab fa-behance">
</i></div>
p.s, Anyone knows why the kit script is red?
My kit script:
<script src="https://kit.fontawesome.com/c67a1eea44.js" crossorigin="anonymous"></script>
And my lines of code for the icons:
<div class="social-icons">
<i class="fab fa-facebook">
<i class="fab fa-twitter">
<i class="fab fa-instagram">
<i class="fab fa-behance">
</i></div>
p.s, Anyone knows why the kit script is red?
Last edited: