With CSS3, you can create multiple columns for laying out text - like in newspapers
In this chapter you will learn about the following multiple column properties:
Internet Explorer and Opera do not yet support the multiple columns properties.
Firefox requires the prefix -moz-.
Chrome and Safari require the prefix -webkit-.
The column-count property specifies the number of columns an element should be divided into:
Divide the text in a div element into three columns:
The column-gap property specifies the gap between the columns:
Specify a 40 pixels gap between the columns:
The column-rule property sets the width, style, and color of the rule between columns.
Specify the width, style and color of the rule between columns:
Your Query was successfully sent!