CSS3 supported multi columns to arrange the text as newspaper structure. Some of the most common used multi columns properties as shown below −
| Values | Description |
|---|---|
| column-count | Used to count the number of columns that element should be divided |
| column-fill | Used to decide, how to fill the columns |
| column-gap | Used to decide the gap between the columns |
| column-rule | Used to specify the number of rules |
| rule-color | Used to specify the column rule color |
| rule-style | Used to specify the style rule for a column |
| rule-width | Used to specify the width |
| column-span | Used to specify the span between columns |