Source Code:
(back to article)
Submit
Result:
Report an issue
<!DOCTYPE html> <html> <head> <title>Заголовок документа</title> <style> div { height: 40px; background: #8ebf42; border: 4px solid #000000; border-bottom-right-radius: 30% 50%; } </style> </head> <body> <h2>Пример border-bottom-right-radius.</h2> <div></div> </body> </html>