Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { border-left: 3px solid #1c87c9; padding: 10px; } </style> </head> <body> <h2>Border-left example</h2> <div> This is a simple example for the border-left property.</div> </body> </html>