I'm trying to show an icon on my website but it only works when I remove the id from de a tag.
This is the code:
#link_facebook {
color: #3b5998;
}
<a class="nav-link" id="link_facebook" href="#" role="button" target="_blank">
<i class="fa-brands fa-facebook"></i>
</a>
Put the color on the
ielement.