Lexique CSS
Lexique CSS >> border-bottom-color
border-bottom-color: [couleur];
border-bottom-color permet de modifier la couleur de la bordure inférieure d'un élément html.
Il est conseillé d'utiliser cet élément avec les
éléments
border-bottom-style et
border-bottom-width afin qu'il fonctionne comme vous le désirez.
Application :
Code html :
<span style="border-bottom-color: #CECECE;">texte</span>