运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往空间
<!DOCTYPE html> <html> <head> <style> #example1 { border: 2px solid red; background: url(paper.gif); padding: 10px; border-bottom-left-radius: 40%; } </style> </head> <body> <h2>border-bottom-left-radius: 40%:</h2> <div id="example1"> <p>Here, the border-bottom-left-radius property is set to 40%. Also notice that the background is clipped at the border.</p> </div> </body> </html>