Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Title of the document</title> <style> div { height: 40px; background: #666; border: 4px solid #000000; border-top-right-radius: 35px; } </style> </head> <body> <h2>Border-top-right-radius example.</h2> <div></div> </body> </html>