The border-top-left-radius CSS property rounds the bottom-left corner of an element by specifying the radius (or the radius of the semi-major and semi-minor axes) of the ellipse defining the curvature of the corner.
With one value:
<length>
or a <percentage>
denoting the radius of the circle to use for the border in that corner.With two values:
<length>
or a <percentage>
denoting the horizontal semi-major axis of the ellipse to use for the border in that corner.<length>
or a <percentage>
denoting the vertical semi-major axis of the ellipse to use for the border in that corner.<length-percentage>
Denotes the size of the circle radius or the semi-major and semi-minor axes of the ellipse. As absolute length it can be expressed in any unit allowed
by the CSS <length>
data type. Percentages for the horizontal axis refer to the width of the box, percentages for the vertical
axis refer to the height of the box. Negative values are invalid.
Initial value | 0 |
Applies to | all elements |
Inherited | no |
Animatable | no |
Examples:
Global values are not supported, (inherit, initial, revert, unset, etc).
LCD tables only load in the browser