Skip to content

Instantly share code, notes, and snippets.

@dutchcelt
Last active September 15, 2015 12:07
Show Gist options
  • Save dutchcelt/1e350ffdd2947e48a6af to your computer and use it in GitHub Desktop.
Save dutchcelt/1e350ffdd2947e48a6af to your computer and use it in GitHub Desktop.
blocks in columns
/**
* Example:
* http://jsfiddle.net/dutchcelt/e4ak3gs6/1/
*/
.column-container {
-webkit-column-count: 3;
}
.column-item {
display: inline-block;
-webkit-column-break-inside: avoid;
width: 100%;
box-sizing: border-box;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment