Easy Tutorial
❮ Jsref Regexp G Met Element Addeventlistener ❯

Style borderBottomRightRadius Property

Style Object

Example

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


Definition and Usage

The borderBottomRightRadius property sets or returns the shape of the border's bottom-right corner.

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


Browser Support

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


Syntax

Return the borderBottomRightRadius property:

Set the borderBottomRightRadius property:

Property Values

Value Description
length Defines the shape of the bottom-right corner. The default value is 0.
% Defines the shape of the bottom-right 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-right-radius property of the element.
--- ---
CSS Version CSS3
--- ---

Related Articles

CSS Reference: border-bottom-right-radius Property


Style Object

❮ Jsref Regexp G Met Element Addeventlistener ❯