Lexique CSS

Lexique CSS >> border-top

border-top: [épaisseur] [dashed|solid|none|double|inset|outset] [couleur];

border-top permet de modifier l'apparence de bordure supérieure d'un élément html.

Application :
Code html :
<span style="border-top: 1px inset #CECECE;">texte</span>

border-top-color >>
<< border-style

Page chargée en 2,380 ms