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