css.properties

border-bottom-right-radius

The border-bottom-right-radius property sets the radius of the bottom right border corner.

Formal Syntax

<border-radius>

See specification

JavaScript Access

// Access via element.style
element.style.borderBottomRightRadius = '0';

Logical Property Group

This property belongs to the border-radius logical property group, which includes:

Browser Support

standard | MDN ยท Spec

FeatureChromeFirefoxSafariEdge
border-bottom-right-radius44512
elliptical_corners13.5312
percentages44512

Related Properties