Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save Farmatique/2fa8dd710b0aad3ca7586f0e6a6fcfaf to your computer and use it in GitHub Desktop.
Save Farmatique/2fa8dd710b0aad3ca7586f0e6a6fcfaf to your computer and use it in GitHub Desktop.
Multi column using css3
ul {
-webkit-columns: 2;
-moz-columns: 2;
columns: 2;
list-style-position: inside;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment