je dois supprimer mes "style" qui se trouvent dans mes pages.php
mon footer :
<footer class="bg-dark text-white py-4 mt-auto">
<div class="d-flex justify-content-around">
<a href="https://fr.faceb" style="color: #02b5fc"><i class="fa fa-facebook fa-2x"></i>Faceb</a>
<a href="https://twitter.com/explore" style="color: red"><i class="fa fa-twitter fa-2x"></i> Twit</a>
<a href="/cv.pdf" style="color: white">Telecharger mon CV</a>
<a href="https://gith" style="color: #02b5fc"><i class="fa fa-github fa-2x"></i> Gith</a>
<a href="https://fr.linked" style="color: #f7f10a"><i class="fa fa-linkedin fa-2x"></i>Linke</a>
</div>
evidemment j'ai pensé faire un ID à ma div class en ajoutant un ID à chacun de mes a href pour les differencierje veux oter les styles pour mettre du css dans mon fichier .css
alors j'ai tenté exemple
<div class="d-flex justify-content-around" id= reseaux>
puis :
<a href="https://fr.faceb" id="fb"
ensuite mettre dans mn css :
#reseau
#fb {
color : white; }
et/ ou
#fb {
color:white; }
ca ne marche pas??? merci pour votre aide