-1
I have a fa-icon
basic and want to apply a link in it to redirect to facebook.
but when I added the property href
, it changed the color of the button leaving blue, as in the image below:
my code:
<div>
<div class="text-center">
<a class="btn" href="https://www.facebook.com"><i class="fab fa-facebook-square"></i></a>
</div>
</div>
I want to keep it white as default and insert the link. How can I resolve?
You’re wearing a bootstrap?
– hugocsl