Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { padding: 3px; border-left-style: solid; border-left-color: darkred; } </style> </head> <body> <div>Border-left-color property with a named color value.</div> </body> </html>