Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> h2 { padding: 3px; text-align: center; border: 15px ridge #8ebf42; border-left-color: transparent; } </style> </head> <body> <h2>Заголовок с transparent left border</h2> </body> </html>