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: hsl(24, 80%, 50%); } </style> </head> <body> <div>Ein Beispiel für border-top-color mit einem HSL-Wert.</div> </body> </html>