HomeMenu
Jesus · Bible · HTML · CSS · JS · PHP · SVG · Applications

border-end-end-radius

Description

The border-end-end-radius property for CSS specifies the border-bottom-right-radius property.

The mapping depends on the element's writing-mode, direction, and text-orientation. The first value is the block radius and the second value is the inline radius. If the second value is omitted, the first value is the block radius and the inline radius.

Syntax

CSS

border-end-end-radius: value;

JS

object.style.borderEndEndRadius = "value";

Values

<'border-top-left-radius'> = <length-percentage [0,∞]>{1,2}
<length-percentage> =
    <length> |
    <percentage>
<length>

Specifies the length using a number followed by a unit of measurement.

<percentage>

Specifies the percentage using a number followed by a percent sign (%).

Initial

0

Examples

1 · length

2 · percentage

3 · JS