css.properties

border-top-left-radius

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

Formal Syntax

<border-radius>

See specification

JavaScript Access

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

Logical Property Group

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

Browser Support

standard | MDN ยท Spec

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

Related Properties