We use cookies to improve your experience. Learn more in our Privacy policy.
border-bottom-left-radius
It sets the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the corner's curvature. This property basically rounds the element's bottom-left corner.
Example
Initial value | 0 |
Applies to | all elements in the page; It affects the table when border-collapse is collapse. |
Syntax
border-bottom-left-radius: 5px;
Values
The value in distance or percentage for the radius of the border. Negative values are not allowed here.
Browser support
border-bottom-left-radius | 4 | 12 | 4 | 9 | 10.5 | 5 |
elliptical_corners | 1 | 12 | 3.5 | 9 | 10.5 | 3 |
percentages | 4 | 12 | 4 | 9 | 10.5 | 5 |