Contact Us | +1 888 239-0733 (Toll free US/CA) Mon-Fri: 7:30am to 4:30pm (PST)
The CSS 'border-inline-width' property sets the width of the borders along the inline start and inline end sides of an element. As part of the CSS Logical Properties, it facilitates border width adjustments that respect the writing mode and directionality of the document, ensuring that border widths are applied consistently across languages and scripts.
See the Pen
CSS 'border-inline-width' Property by Webzstore (@webzstore)
on CodePen. The 'border-inline-width' property enhances the capability for creating flexible, direction-aware designs, ensuring elements maintain their intended stylistic appearance across various writing systems and layout directions. Use 'border-inline-width' to specify the thickness of the borders that run parallel to the direction of text flow within an element. This property is crucial for designs that must be responsive and adaptable to different writing systems, allowing for the dynamic styling of borders in layouts that accommodate left-to-right (LTR), right-to-left (RTL), or vertical text orientations.CSS 'border-inline-width' Property Examples
Browser Support For 'border-inline-width' Property
66.0 14.1 87.0 87.0 73.0 CSS Syntax of the 'border-inline-width' Property
border-inline-width: thin | medium | thick | length | initial | inherit;
Usage of the 'border-inline-width' Property
Property Values of the 'border-inline-width' Property
"*" indicates required fields