multiple columns


/ Published in: CSS
Save to your folder(s)



Copy this code and paste it in your HTML
  1. #columns-3 {
  2. text-align: justify;
  3. -moz-column-count: 3;
  4. -moz-column-gap: 12px;
  5. -moz-column-rule: 1px solid #c4c8cc;
  6. -webkit-column-count: 3;
  7. -webkit-column-gap: 12px;
  8. -webkit-column-rule: 1px solid #c4c8cc;
  9. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.