Contact Us | +1 888 239-0733 (Toll free US/CA) Mon-Fri: 7:30am to 4:30pm (PST)
The CSS 'border-end-start-radius' property defines the radius of the curve at the end border on the start side of an element's block flow. This logical property allows for the rounding of that specific corner according to the content's writing mode, making it essential for designs that need to be flexible across languages and writing directions.
See the Pen
CSS 'border-end-start-radius' Property by Webzstore (@webzstore)
on CodePen. The 'border-end-start-radius' property is a valuable tool in CSS for creating designs that need to adapt to various languages and writing systems. It offers the flexibility to tailor rounded corners to the directionality of the content. Use 'border-end-start-radius' to apply a rounded corner at the junction where the end of the inline flow meets the start of the block flow. This is particularly useful in internationalized web applications where the direction of text flow can change, as it ensures that the border-radius adapts correctly to different writing modes.CSS 'border-end-start-radius' Property Examples
Browser Support For 'border-end-start-radius' Property
66.0 15.0 89.0 89.0 75.0 CSS Syntax of the 'border-end-start-radius' Property
border-end-start-radius: length | percentage | initial | inherit;
Usage of the 'border-end-start-radius' Property
Property Values of the 'border-end-start-radius' Property
"*" indicates required fields