运行 ❯
获取您
自己
的网站
×
更改方向
保存代码
更改主题,深色/浅色
前往空间
<!DOCTYPE html> <html> <head> <style> div { background-color: lightgreen; inline-size: 70%; border-block-start: 10px pink solid; } </style> </head> <body> <h2>The border-block-start Property</h2> <div> <p>The border-block-start property defines the width, color and style for the border at the start of the block direction.</p> </div> </body> </html>