Example

A simple border-bottom-left-radius property example:

Laboratory

description & Usage

The border-bottom-left-radius property specifies the radius of the bottom left corner.

 

Informations

# Description
Default Value 0
Inherited no
Animatable yes
Version CSS3
JavaScript syntax object.style.borderBottomLeftRadius="25px"

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-bottom-left-radius

Syntax

Values

Values Description
length Determines the shape of the bottom left corner.
% Determines the shape of the bottom left corner in percentage.
initial Adds this value to its default property.
inherit It inherits this value from its parent tag.