Contact Us | +1 888 239-0733 (Toll free US/CA) Mon-Fri: 7:30am to 4:30pm (PST)
The CSS 'border-end-end-radius' property defines the radius of the curve at the end of the border where it meets the end block side of an element, based on the writing and reading direction. This property is part of the CSS Logical Properties. It provides a way to style elements that adapt to the layout's directionality (left-to-right, right-to-left, etc.), making it especially useful in internationalized websites.
See the Pen
CSS 'border-end-end-radius' Property by Webzstore (@webzstore)
on CodePen. The 'border-end-end-radius' property enhances CSS's capability to create flexible, direction-aware designs, supporting the development of web content that is accessible and visually consistent across various languages and writing modes. Use 'border-end-end-radius' to control the rounding of the corner at the junction of the end of the inline flow and the end of the block flow of an element. This logical property allows for the creation of designs adaptable to different writing modes, ensuring the border-radius applies correctly regardless of the text direction. It is particularly beneficial for creating interfaces that need to support multiple languages and writing systems.CSS 'border-end-end-radius' Property Examples
Browser Support For 'border-end-end-radius' Property
66.0 15.0 89.0 89.0 75.0 CSS Syntax of the 'border-end-end-radius' Property
border-end-end-radius: length | percentage | initial | inherit;
Usage of the 'border-end-end-radius' Property
Property Values of the 'border-end-end-radius' Property
"*" indicates required fields