Contact Us | +1 888 239-0733 (Toll free US/CA) Mon-Fri: 7:30am to 4:30pm (PST)
The CSS 'border-block-start' property is a shorthand for setting the width, style, and color of the border at an element's block start. Adapted to the document's writing mode, it specifies the border that appears at the beginning of the block flow (typically the top border in horizontal writing modes, like English, and the left border in vertical writing modes, like traditional Mongolian).
See the Pen
CSS 'border-block-start' Property by Webzstore (@webzstore)
on CodePen. The 'border-block-start' property enhances the CSS toolbox for creating adaptable, internationally friendly designs by providing control over border styles in a logical, flow-relative manner, supporting the creation of content that's accessible and visually consistent across different writing modes and directions. Use 'border-block-start' to style the border at the starting edge of the block flow direction of an element. This property is crucial in designs that need to accommodate multiple languages and writing systems, ensuring that the border styling is logical and consistent with the direction of content flow. It's especially useful for responsive designs and content that requires internationalization, adapting to changes in writing mode without the need for different style rules.CSS 'border-block-start' Property Examples
Browser Support For 'border-block-start' Property
41.0 12.1 69.0 79.0 56.0 CSS Syntax of the 'border-block-start' Property
border-block-start: width style color | initial | inherit ;
Usage of the 'border-block-start' Property
Property Values of the 'border-block-start' Property
"*" indicates required fields