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

column-width

Description

The column-width property for CSS describes the width of columns in multicol containers.

Syntax

CSS

column-width: value;

JS

object.style.columnWidth = "value";

Values

<'column-width'> = auto | <length [0,∞]>
auto

Automatically specified by the user agent.

<length>

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

Initial

auto

Examples

1 · auto

2 · length

3 · JS