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

column-rule-width

Description

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

Syntax

CSS

column-rule-width: value;

JS

object.style.columnRuleWidth = "value";

Values

<'column-rule-width'> = <line-width>
<line-width> = <length [0,∞]> | thin | medium | thick
<length>

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

thin

A thin line.

medium

A medium line.

thick

A thick line.

Initial

medium

Examples

1 · length

2 · medium

3 · thick

4 · thin

5 · JS