Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> h2 { padding-bottom: 8px; text-align: center; border: 12px groove #1c87c9; border-top-color: transparent; } </style> </head> <body> <h2>Eine Überschrift mit einem transparenten oberen Rand.</h2> </body> </html>