Skip to content

Instantly share code, notes, and snippets.

@jennimckinnon
Last active August 29, 2015 14:14
Show Gist options
  • Save jennimckinnon/fc1df31b52ac68bb0065 to your computer and use it in GitHub Desktop.
Save jennimckinnon/fc1df31b52ac68bb0065 to your computer and use it in GitHub Desktop.
#content {
-webkit-column-count: 4; /* Chrome, Safari, Opera */
-moz-column-count: 4; /* Firefox */
column-count:41;
}
#content {
-webkit-column-width: 300px; /* Chrome, Safari, Opera */
-moz-column-width: 300px; /* Firefox */
column-width: 300px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment