Skip to content

Instantly share code, notes, and snippets.

@matthewpennell
Created July 8, 2013 19:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save matthewpennell/5951589 to your computer and use it in GitHub Desktop.
Save matthewpennell/5951589 to your computer and use it in GitHub Desktop.
.columns class.
.columns {
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 50px;
-moz-column-gap: 50px;
column-gap: 50px;
margin-bottom: 300px;
padding-bottom: 100px;
background: url(divider.png) no-repeat 50% 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment