运行 ❯
获取您的
自有
网站
×
更改方向
保存代码
更改主题,暗色/亮色
转到 Spaces
<!DOCTYPE html> <html> <head> <style> p { border-style: solid; border-right-width: 15px; } </style> </head> <body> <p><b>Note:</b> The "border-right-width" property does not work if it is used alone. Use the "border-style" property to set the borders first.</p> </body> </html>