CSS border-top-left-radius Property
The border-top-left-radius CSS property specifies the radius of an element's top left corner.
Syntax
Property Values
Value | Description |
---|---|
length | The top-left corner's shape is defined by this property. Learn more about length units. |
% | In percent, defines the shape of the top-left corner. |
initial | This property is set to its default value. |
inherit | This property is inherited from its parent element. |
Supported Browsers
Element | Chrome | Firefox | Safari | Edge / IE | Opera |
---|---|---|---|---|---|
border-top-left-radius |
5.0
4.0 -webkit- |
4.0
3.0 -moz- |
5.0
3.1 -webkit- |
9.0 | 10.5 |