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