css.properties

border-top-right-radius

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

Formal Syntax

border-top-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.borderTopRightRadius = 0;

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

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

Related Properties