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

column-span

Description

The column-span property for CSS describes how many columns an element spans across.

Syntax

CSS

column-span: value;

JS

object.style.columnSpan = "value";

Values

<'column-span'> = none | all
none

The element does not span across multiple columns.

all

The element spans across all columns of the nearest multicol ancestor in the same block formatting context.

Initial

none

Examples

1 · all

2 · none

3 · JS