Bonjour,
Quand je mets un troisième titre h2 celui reste souligné malgré none dans text decoration en CSS. Comment ca se fait ? Quelqu'un pourrait m 'aider je suis un peu débutant...
Code HTML
<h3>Départ</h3>
<a href="depart.html"><img src="" alt="depart"></a>
<h3>Course</h3>
<a href="course.html"><img src="" alt="course"</a>
<h3>Arrivée</h3>
<a href="arrivee.html"><img src="" alt="arrivee"</a>
et mon CSS
h3{
text-align: center;
color:black;
font-size: 18px;
text-decoration: none;
}
Quand je mets un troisième titre h2 celui reste souligné malgré none dans text decoration en CSS. Comment ca se fait ? Quelqu'un pourrait m 'aider je suis un peu débutant...
Code HTML
<h3>Départ</h3>
<a href="depart.html"><img src="" alt="depart"></a>
<h3>Course</h3>
<a href="course.html"><img src="" alt="course"</a>
<h3>Arrivée</h3>
<a href="arrivee.html"><img src="" alt="arrivee"</a>
et mon CSS
h3{
text-align: center;
color:black;
font-size: 18px;
text-decoration: none;
}