BORDER-TOP-LEFT-RADIUS
The border-top-left-radius property rounds the top left corner of the element.
The first value is the horizontal radius and the second value is the vertical radius. If the second value is omitted, the first value is the horizontal radius and the vertical radius.
SYNTAX
CSS
border-top-left-radius: value;
JS
object.style.borderTopLeftRadius = "value";
VALUES
<'border-top-left-radius'> = <length-percentage [0,∞]>{1,2}
<length-percentage> = [ <length> | <percentage> ]
<length>
Specifies the length using a number followed by a unit of measurement.
<percentage>
Specifies the percentage using a number followed by a percent sign (%).
INITIAL
0