link: https://codepen.io/junaidshaikh_js/pen/vYKPKyj
I added the icon to my webpage, it is taking its space but the icon is not visible.
What should be the problem??
link: https://codepen.io/junaidshaikh_js/pen/vYKPKyj
I added the icon to my webpage, it is taking its space but the icon is not visible.
What should be the problem??
Hi @junaidshaikh_js!
You reference a font awesome icon but I couldn’t find the font awesome link tag.
Hey @junaidshaikh_js
You put this code at the end of the HTML file.
<script src="https://kit.fontawesome.com/a076d05399.js"></script>
now it will work