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

border-block-color

Description

The border-block-color property for CSS is shorthand for border-block-start-color and border-block-end-color.

Syntax

CSS

border-block-color: value;

JS

object.style.borderBlockColor = "value";

Values

<'border-block-color'> = <'border-top-color'>{1,2}
<'border-top-color'> = <color>
<color>

Specifies the color using a keyword or a numerical specification.

Initial

currentColor

Examples

1 · color

2 · JS