How is Multi-Column feature used in CSS3?

Questions by scott   answers by scott

Showing Answers 1 - 4 of 4 Answers

Ritika

  • Feb 15th, 2012
 

You can create multiple columns to display your text. This feature allow you to give the output like newspaper. column-count property is used to create columns

Code
  1. div { column-count: 3  column-gap:40px }  

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions