CSS border-bottom-left-radius Property
The border-bottom-left-radius property is used to define the radius of the border's bottom left corner, i.e. it rounds the border's bottom left corner.
Syntax
Property Values
Value | Description |
---|---|
length | The bottom-left corner's shape is defined by this property. The default value is zero. Learn more about length units. |
% | In percent, defines the shape of the bottom-left corner. |
initial | This property is set to its default value. |
inherit | Inherits this property from its parent element. |
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
border-bottom-left-radius |
5.0
4.0 -webkit- |
4.0
3.0 -moz- |
5.0
3.1 -webkit- |
9.0 | 10.5 |