/ Code Css border-top-width | Résultat du code Css border-top-width | Copie d'écran / J'ai vu une erreur dans cette page

Exemple de code de la propriété CSS border-top-width.

<style type="text/css">
.default{  : #666;  : solid; margin : 10px 0; padding :2px; }
.exemple-border-top-width-3px{  : 3px }
.exemple-border-top-width-1em{  : 1em }
.exemple-border-top-width-1rem{  : 1rem }
.exemple-border-top-width-thin{  : thin }
.exemple-border-top-width-medium{  : medium }
.exemple-border-top-width-thick{  : thick }  
</style>

<div class="default exemple-border-top-width-3px">border-top-width : 3px </div> 
<div class="default exemple-border-top-width-1em">border-top-width : 1em </div>
<div class="default exemple-border-top-width-1rem">border-top-width : 1rem </div> 
<div class="default exemple-border-top-width-thin">border-top-width : thin </div>
<div class="default exemple-border-top-width-medium">border-top-width : medium </div> 
<div class="default exemple-border-top-width-thick">border-top-width : thick </div>  

Interprétation du code de la propriété border-top-width CSS par votre navigateur.

border-top-width : 3px
border-top-width : 1em
border-top-width : 1rem
border-top-width : thin
border-top-width : medium
border-top-width : thick

Interprétation normale du code de la propriété CSS border-top-width (copie d'écran).

copie d'écran de l'affichage de la propriété CSS border-top-width