Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { padding: 10px; width: 50%; border: solid #666; border-top-color: darkred; } </style> </head> <body> <div>Ein Beispiel mit der Eigenschaft border-top-color mit einem benannten Farbwert.</div> </body> </html>