Skip to content

Instantly share code, notes, and snippets.

@teeaich
Created July 4, 2013 18:35
Show Gist options
  • Select an option

  • Save teeaich/5929540 to your computer and use it in GitHub Desktop.

Select an option

Save teeaich/5929540 to your computer and use it in GitHub Desktop.
columns divider CSS3
#columns-3 {
text-align: justify;
-moz-column-count: 3;
-moz-column-gap: 12px;
-moz-column-rule: 1px solid #c4c8cc;
-webkit-column-count: 3;
-webkit-column-gap: 12px;
-webkit-column-rule: 1px solid #c4c8cc;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment