/ Published in: CSS
URL: http://www.smashingmagazine.com/2009/12/16/stronger-better-faster-design-with-css3/
Expand |
Embed | Plain Text
div.three-col { 2 -webkit-column-count: 3; 3 -webkit-column-gap: 15px; 4 -moz-column-count: 3; 5 -moz-column-gap: 15px; 6 }
You need to login to post a comment.
