CSS column-span Property


The column-span property of CSS sets the number of columns an element can span across. Its value can be none | all | initial | inherit

The column-span property specifies how many columns an element should span across.

CSS Syntax

column-span: none|all|initial|inherit;

Supported Browsers: The browsers supported by column-rule-color Property are listed below;

  • Firefox: 52.0, 2.0 -moz-
  • Google Chrome: 50.0, 4.0 -webkit-
  • Internet Explorer: 10.0
  • Safari: 9.0, 3.1 -webkit-
  • Opera: 37.0, 15.0 -webkit-, 11.1

Example -