執行 ❯
建立您
自己的
網站
×
更改方向
儲存程式碼
更改主題,深色/淺色
前往 Spaces
<!DOCTYPE html> <html> <head> <style> div { background-color: lightgreen; inline-size: 70%; padding: 30px 10px; border-inline-start-style: solid; border-inline-start-width: 10px; } </style> </head> <body> <h2>border-inline-start-width: 10px:</h2> <div> <p>The border-inline-start-width property defines the width of the border at the start in the inline direction.</p> </div> </body> </html>