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