Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { padding: 3px; border-left-style: solid; border-left-color: #1c87c9; } </style> </head> <body> <div>Die Eigenschaft Border-left-color mit einem hexadezimalen Wert.</div> </body> </html>