Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> .solid { border-style: solid; border-color: #1c87c9 cyan yellow #8ebf42; padding: 5px; } </style> </head> <body> <div class="solid">Example with border-color property.</div> </body> </html>