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 #000000; border-top-left-radius: 50% 60%; } </style> </head> <body> <h2>Ein Beispiel für border-top-left-radius.</h2> <div></div> </body> </html>