Remove underline from link, HTML CSS
Solved
Poneyz
Posted messages
2
Status
Membre
-
Poneyz Posted messages 2 Status Membre -
Poneyz Posted messages 2 Status Membre -
Hello,
I can't seem to remove the line under the links T_T
Thank you for your help.
I can't seem to remove the line under the links T_T
<header> <div id="haut"> <a href="./pages/p_honey.html" >p_honeyl</a> <a href="./pages/epona.html" >epona</a> <a href="./pages/agro.html" >agro</a> <a href="./pages/ponyta.html" >ponyta</a> </div> </header>
#haut { font-family: 'Alegreya', Helvetica, Arial, sans-serif; font-weight: bold; text-decoration: none; } header { text-align: center; } Thank you for your help.