Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> h2 { padding: 3px; text-align: center; border: 15px ridge #8ebf42; border-left-color: transparent; } </style> </head> <body> <h2>Eine Überschrift mit einem transparenten linken Rand</h2> </body> </html>