CSS property: -webkit-border-top-left-radius
Description
Specifies that the top-left corner of a box be rounded with the specified radius.
Syntax
-webkit-border-top-left-radius: <radius>;
-webkit-border-top-left-radius: <horizontal_radius> <vertical_radius>;
Values
- <radius>
The radius of the rounded corner.
- <horizontal_radius>
The horizontal radius of the rounded corner.
- <vertical_radius>
The vertical radius of the rounded corner.