so I'm trying to use font awesome icon for my html code but for some reason
my html didn't load any of the icons
This is my code:
<div class="container-fluid padding">
<div class="row text-center padding">
<div class ="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-code"></i>
<h3>HTML</h3>
<p>Built with the latest version of HTML (HTML5)</p>
</div>
<div class ="col-xs-12 col-sm-6 col-md-4">
<i class="fas fa-bold"></i>
<h3>Bootstrap</h3>
<p>Built with the latest version of Bootstrap (Bootstrap4)</p>
</div>
<div class ="col-sm-12 col-md-4">
<i class="fas fa-css3"></i>
<h3>CSS</h3>
<p>Built with the latest version of CSS (CSS4)</p>
</div>
</div>
<hr class="my-4">
</div>
Help me please, really appreciate it guys.
Thankyou!
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…