Do CSS have column property? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 2

Do CSS have column property?

I mean can we create text columns like the ones in newspapers using CSS. If yes what is the property or value or element.

15th May 2017, 3:57 PM
Xperience
Xperience - avatar
6 Answers
+ 3
This is very helpful thanks for asking..
4th Jul 2017, 4:28 AM
D'yara Williams
D'yara Williams - avatar
+ 3
How did your columns experience work out .?
4th Jul 2017, 4:28 AM
D'yara Williams
D'yara Williams - avatar
+ 2
The columns CSS property is a shorthand property allowing to set both the column-width and the column-count properties at the same time. /* Column width */ columns: 1em; /* Column count */ columns: auto; columns: 1; /* Combination of column width and count */ columns: 1 auto; columns: auto 12em; columns: auto auto; /* Global values */ columns: inherit; columns: initial; columns: unset;
4th Jul 2017, 4:51 AM
Sahil Kumar
Sahil Kumar - avatar
+ 1
thank you very much @ very hard @ if you don't mind can you teach me how to efficiently use w3school have been using it for a while and I don't have idea of Searching specifically what I want. can you give me the hinemt
15th May 2017, 4:38 PM
Xperience
Xperience - avatar
+ 1
@Williams yes very well
4th Jul 2017, 7:05 AM
Xperience
Xperience - avatar