Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Der Titel des Dokuments</title> <style> div { height: 40px; background: #eee; border: 4px solid #666; border-bottom-right-radius: 30px 15px; } </style> </head> <body> <h2>Beispiel für border-bottom-right-radius.</h2> <div></div> </body> </html>