CSS property: column-span
Description
Describes how many columns an element spans across
This property describes how many columns an element spans across.
An element that spans more than one column is called a spanning element.
Syntax
column-span: 1 | all;