运行 ❯
获取您
自己的
网站
×
更改方向
保存代码
更改主题,深色/浅色
前往 Spaces
<!DOCTYPE html> <html> <head> <style> #example2 { border: 2px solid red; inline-size: 300px; padding: 10px; writing-mode: vertical-rl; border-end-end-radius: 25px; } </style> </head> <body> <h2>border-end-end-radius: 25px:</h2> <div id="example2"> <p>With writing-mode property value set to 'vertical-rl', the corner affected by the border-end-end-radius property is on the bottom right.</p> </div> </body> </html>