Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { border: 3px solid; border-color: #1c87c9 #666 #8ebf42; padding: 5px; } </style> </head> <body> <h2>Border property example</h2> <div>Here 3 values are applied to the border-color property.</div> </body> </html>