Easy Tutorial
❮ Met Canvas Putimagedata Prop Text Form ❯

borderBottomLeftRadius Property

Style Object

Example

Add a rounded border to the bottom-left corner of a div element:


Definition and Usage

The borderBottomLeftRadius property sets or returns the shape of the border's bottom-left corner.

Tip: This property allows you to add rounded borders to elements!


Browser Support

IE9+, Firefox, Chrome, Safari, and Opera support the borderBottomLeftRadius property.


Syntax

Return the borderBottomLeftRadius property:

Set the borderBottomLeftRadius property:

Property Values

Value Description
length Defines the shape of the bottom-left corner. The default value is 0.
% Defines the shape of the bottom-left corner in percentage.
initial Sets this property to its default value. See initial
inherit Inherits this property from its parent element. See inherit

Technical Details

Default Value: 0
Return Value: String, representing the border-bottom-left-radius property of the element.
--- ---
CSS Version CSS3
--- ---

Related Articles

CSS Reference: border-bottom-left-radius Property


Style Object

❮ Met Canvas Putimagedata Prop Text Form ❯