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

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

<style type="text/css">
.defaut{  : 1px solid #000; background-color : #d5f7d5; display : block; padding : 30px; margin : 5px }
.radius{  : 6em 75px}
.radiuspourcent{ 
   : 50% 50%; 
  width:200px; 
  height:100px; 
}
</style>
<div class="defaut radius">Effet border-top-right-radius</div>
<div class="defaut radiuspourcent">Effet border-top-right-radius</div>

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

Effet border-top-right-radius
Effet border-top-right-radius

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

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