PNLdev
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
En
English
فارسی
En
English
فارسی
Tutorial
Front-end
HTML
reference
CSS
reference
JavaScript
reference
Run
<!DOCTYPE html> <html> <head> <style> div { background-color: green; inline-size: 50%; padding: 10px 10px; border-inline-start-style: solid; border-inline-start-width: 15px; } </style> </head> <body> <h1>border-inline-start-width property example</h1> <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>