CSS3 Text Columns


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



Copy this code and paste it in your HTML
  1. div {
  2. -webkit-column-count: 3;
  3. -webkit-column-gap: 15px;
  4. -moz-column-count: 3;
  5. -moz-column-gap: 15px;
  6. }

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.