Example

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

Laboratory

description & Usage

To determine the radius of the bottom right corner, we use the border-bottom-right-radius property.

 

Informations

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

Browser compatibility and Support

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

Syntax

Values

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