css.properties

border-bottom-right-radius

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

Formal Syntax

border-bottom-right-radius = <border-radius> <border-radius> = <slash-separated-border-radius-syntax> | <legacy-border-radius-syntax>

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