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: hsl(89, 43%, 51%); } </style> </head> <body> <div>Border-left-color property with a HSL value.</div> </body> </html>