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

column-rule-color

Description

The column-rule-color property for CSS sets the color of the rule between columns.

Syntax

CSS

column-rule-color: value;

JS

object.style.columnRuleColor = "value";

Values

<'column-rule-color'> = <color>
<color>

Specifies the color using a keyword or a numerical specification.

Initial

currentcolor

Examples

1 · color

2 · JS