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

border-inline-end-color

Description

The border-inline-end-color property for CSS specifies the border color of the inline end.

Syntax

CSS

border-inline-end-color: value;

JS

object.style.borderInlineEndColor = "value";

Values

<'border-inline-end-color'> = <'border-top-color'>
<'border-top-color'> = <color>
<color>

Specifies the color using a keyword or a numerical specification.

Initial

currentColor

Examples

1 · color

2 · JS