Imagine I wanted to have a single <span> with stuff inside that has its text/contents split into three columns of as equal height as possible. How can this be done?
Imagine I wanted to have a single <span> with stuff inside that has its
Share
it’s the CSS3 column layout. currently, it’s supported via vendor tags. a sample can be seen in this article of webkit’s site where there is a 2-celled div created from a single div only.