Skip to content

Instantly share code, notes, and snippets.

@garystorey
Created May 28, 2013 19:49
Show Gist options
  • Select an option

  • Save garystorey/5665557 to your computer and use it in GitHub Desktop.

Select an option

Save garystorey/5665557 to your computer and use it in GitHub Desktop.
newspaper style columns in CSS3
#content {
-moz-column-count: 4;
-webkit-column-count: 4;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment