Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> h2 { padding: 3px; text-align: center; border: 15px ridge #8ebf42; border-left-color: transparent; } </style> </head> <body> <h2>Un titre avec une bordure gauche transparent.</h2> </body> </html>