Bonjour,
je suis ultra débutant en html/css.
j'aimerais juste avoir une info.
est-il possible de changez la couleur au survol de tout un paragraphe qui contient des span avec des attributs différents.
Voici mon HTML :
<p class="titre">
<span class= "titre_1">TITRE1</span><br>
<span class="titre_2">TITRE2</span><br>
<span class="titre_3">TITRE3</span>
</p>
voici mon CSS :
.titre:hover
{
color:#004438;
}
.titre1
{
font-family: 'typewriterlight', Arial, serif;
font-size: 49.5px;
color:#aaaaaa;
}
.titre2
{
font-family: 'typewriter', Arial, serif;
font-size: 63px;
color:#c8c8c8;
}
.titre3
{
font-family: 'typewriter', Arial, serif;
font-size: 69px;
color:#c8c8c8;
}
quelqu'un peut-il éventuellement me corriger ?
Merci beaucoup.
je suis ultra débutant en html/css.
j'aimerais juste avoir une info.
est-il possible de changez la couleur au survol de tout un paragraphe qui contient des span avec des attributs différents.
Voici mon HTML :
<p class="titre">
<span class= "titre_1">TITRE1</span><br>
<span class="titre_2">TITRE2</span><br>
<span class="titre_3">TITRE3</span>
</p>
voici mon CSS :
.titre:hover
{
color:#004438;
}
.titre1
{
font-family: 'typewriterlight', Arial, serif;
font-size: 49.5px;
color:#aaaaaa;
}
.titre2
{
font-family: 'typewriter', Arial, serif;
font-size: 63px;
color:#c8c8c8;
}
.titre3
{
font-family: 'typewriter', Arial, serif;
font-size: 69px;
color:#c8c8c8;
}
quelqu'un peut-il éventuellement me corriger ?
Merci beaucoup.