Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div { padding: 3px; border-left-style: solid; border-left-color: darkred; } </style> </head> <body> <div>La propriété border-left-color avec la valeur qui est une couleur nommée.</div> </body> </html>