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-right-style: solid; border-right-color: #1c87c9; } </style> </head> <body> <div>Border-right-color property with a hexadecimal value.</div> </body> </html>