Skip to content

Instantly share code, notes, and snippets.

@rodica-andronache
Created November 1, 2013 09:21
Show Gist options
  • Select an option

  • Save rodica-andronache/7262964 to your computer and use it in GitHub Desktop.

Select an option

Save rodica-andronache/7262964 to your computer and use it in GitHub Desktop.
CSS - Make text appear on two columns
-moz-column-count:2; /* Firefox */
-webkit-column-count:2; /* Safari and Chrome */
column-count:2;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment