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: #666;
border-top-color: #1c87c9;
}
</style>
</head>
<body>
<h2> Exemple de border-top-color</h2>
<div>Exemple de la propriété border-top-color avec la couleur différente de la bordure supérieure.</div>
</body>
</html>