CSS borderbottomleftradius Property (original) (raw)

CSS border-bottom-left-radius Property

Last Updated : 23 Aug, 2024

The border-bottom-left-radius property is used to define the radius of the bottom left corner of the border i.e. it makes the bottom-left of the border rounded.

**Syntax:

border-bottom-left-radius: length|% [length|%]|initial|inherit;

**Default Value: its default value is 0.

**Property Value:

**Examples: In this example, we are using the border-bottom-left-radius: 20px 50px; property.

HTML `

CSS border-bottom-left-radius Property

border-bottom-left-radius: 25px:

GeeksforGeeks

`

**Output:

pixel

**Examples: In this example, we are using the border-bottom-left-radius: % [length|%]; property.

HTML `

CSS border-bottom-left-radius Property

border-bottom-left-radius: 50%:

GeeksforGeeks

`

**Output:

percentage

**Examples: In this example, we are using the border-bottom-left-radius: initial; property.

HTML `

CSS border-bottom-left-radius Property

border-bottom-left-radius: initial

GeeksforGeeks

`

**Output:

initial

**Supported Browsers: The browser supported by _CSS border-bottom-left-radius Property are listed below: