/ Published in: CSS
thanks to Perishable Press
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.multiple-columns { -moz-column-count: 3; -moz-column-gap: 33px; -webkit-column-count: 3; -webkit-column-gap: 33px; column-count: 3; column-gap: 33px; }