CSS border-bottom-right-radius Property
In CSS, the border-bottom-right-radius property is used to define the radius of the right bottom corner of a given element's border. It is used to round the right-hand corner of the bottom border.
Syntax
Property Values
| Value | Description |
|---|---|
| length | The bottom-right 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-right 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-right-radius |
5.0
4.0 -webkit- |
4.0
3.0 -moz- |
5.0
3.1 -webkit- |
9.0 | 10.5 |