Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Titre du document</title> <style> div { height: 40px; background: #1c87c9; border: 4px solid #000000; border-bottom-left-radius: 25px; } </style> </head> <body> <h2>Exemple de border-bottom-left-radius.</h2> <div></div> </body> </html>