Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { border-left: 3px solid #1c87c9; padding: 10px; } </style> </head> <body> <h2>Beispiel für Border-left</h2> <div>Das ist ein Beispiel für die Eigenschaft border-left.</div> </body> </html>