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