Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 371 Bytes

HtmlColumns.markdown

File metadata and controls

7 lines (5 loc) · 371 Bytes
  • Define how many columns with == -moz/webkit-columns-count: #;
  • Then create the gap with == -moz/webkit-columns-gap: 20px;
  • Finally style the column rule with == -moz/webkit-column-rule: 1px solid #color;

columns like this don't work in < IE8 but, you can use the jQuery columnizer plugin