Defines the shape of the border of the bottom-left corner.
Overview table0
borderBottomLeftRadius
border-bottom-left-radius: length
border-bottom-left-radius: percentage
One value example to use an arc of circle as the border on the top left corner.
border-bottom-left-radius: 10px;
border-bottom-left-radius: 10px 10px;
Two value example to use an arc of ellipse as the border on the top left corner.
border-bottom-left-radius: 10px 5px;
One value percentage example on the top left corner. If the box is a square an arc of circle is used as the border, if the box is not a square an arc of ellipse is used as the border.
border-bottom-left-radius: 30%;
Notes Remarks
The border-bottom-left-radius property specifies the horizontal and vertical radii of the ellipse that defines the rounded lower-left corner of a border box. If there is only one value given, then that value specifies both horizontal and vertical radii of the ellipse. If there are two values given, then the first value sets the horizontal radius and the second value sets the vertical radius.
Related specificationsborder-bottom-left-radius
Reference
Mozilla Developer Network : [Border-bottom-left-radius Article]
Microsoft Developer Network: [Windows Internet Explorer API reference Article]
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4