CSS Multiple Columns

The multiple columns are used to create column layout in the web pages. There are many column property in CSS which are listed below:

  • column-count
  • column-gap
  • column-rule-style
  • column-rule-width
  • column-rule-color
  • column-rule
  • column-span
  • column-width

The column-count property: This property is used to count the number of column element in document that should be divided.

Example -