CSS property: -webkit-border-bottom-left-radius
    Description
Specifies that the bottom-left corner of a box be rounded with the specified radius.
Syntax
-webkit-border-bottom-left-radius: <radius>;
-webkit-border-bottom-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.