Bonjour,
Je tente d’appliquer une couleur (différente du style initial) à une lettrine.
Je tourne en rond Deux exemples inefficaces :
<h2 class =" truc">mon texte</h2>
<h2 style ="::first-letter: color: #a98d7b;">texte</h2>
.texte h2::first-letter {
color: #a98d7b;
float: left;
font-size:6em;
font-weight:bold;
line-height:0.7em;
font-family: 'chunkfive', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
font-weight: lighter;
margin-left: -10px;
font-weight: lighter;
padding-left: 8px;
}
.truc ::first-letter {
color: red;
}
Merci beaucoup.
Bonne fin de journée,
P.
+0
-0