Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div { border-left: 3px solid #1c87c9; padding: 10px; } </style> </head> <body> <h2>Exemple border-left</h2> <div> C'est un exemple de la propriété border-left.</div> </body> </html>