Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> h2 { padding: 3px; text-align: center; border: 15px groove #1c87c9; border-right-color: transparent; } </style> </head> <body> <h2>A heading with a transparent right border</h2> </body> </html>