Example

A simple border-end-start-radius property example:

Laboratory

description & Usage

To determine the radius of the inner corners of the block area, we use the Border-end-start-radius property.

Informations

# Description
Default Value 0
Inherited no
Animatable yes
Version CSS3
JavaScript syntax object.style.borderEndStartRadius="50px"

Browser compatibility and Support

# Chrome Edge Firefox Safari Opera
border-end-start-radius

Syntax

Values

Values Description
0 Assumption
length The shape of the corner determines the end of the BLOCK and the start of the inline area.
% The corner shape defines the end of the BLOCK and the start of the inline area in percentage.
initial Adds this value to its default property.
inherit It inherits this value from its parent tag.