column-span

Allows an element (like a header) to stretch across all columns instead of being confined to a single column in a multi-column layout.

Quick example

h2 {
  /* Makes the heading stretch across all columns */
  column-span: all;
  text-align: center;
}

Quick facts

Initial value
none
Inherited
No
Applies to
in-flow block-level elements
Animation type
discrete

Values

noneall

column-span Browser Support

Widely available Since 2020 95% global usage

This feature is well established and works across many devices and browser versions. It has been available across browsers since 2020.

Safe to use without fallbacks.

50+
71+
9+
12+
ESC