Source Code: (back to article)
<!DOCTYPE html>
<html>
<head>
<title>Titre du document</title>
<style>
div {
width: 300px;
padding: 20px;
border-style: solid;
border-color: #ccc;
border-right-color: #1c87c9;
}
</style>
</head>
<body>
<h2>Exemple de border-right-color</h2>
<div>Exemple pour la propriété border-right-color avec la couleur différente de la bordure droite.</div>
</body>
</html>