Used to add a rounded border to the bottom-left corner. The first value sets the horizontal radius, and the second value sets the vertical radius. If the second value is omitted, it copies the first value. A value of zero results in a square corner rather than a rounded one. The percentage value of the horizontal radius is relative to the border box width, while the percentage value of the vertical radius is relative to the border box height.
<length>
Defines the specific size of the border radius (default is 0
).
<percentage>
Defines the border radius in percentage (horizontal radius is relative to the border box width, vertical radius is relative to the height).
Initial value | 0 |
Applies to | All elements |
Inherited | no |
Animatable | no |
inherit
/ initial
/ revert
/ unset
).