Skip to content

Instantly share code, notes, and snippets.

@fiximportant
Last active March 1, 2018 15:06
Show Gist options
  • Save fiximportant/76028e346cbd8e07c9ecbb3dbc922653 to your computer and use it in GitHub Desktop.
Save fiximportant/76028e346cbd8e07c9ecbb3dbc922653 to your computer and use it in GitHub Desktop.
Columns
-webkit-column-count: 2;
-moz-column-count: 2;
column-count: 2;
-webkit-column-gap: 15px;
-moz-column-gap: 15px;
column-gap: 15px;
/*items*/
-webkit-column-break-inside: avoid;
page-break-inside: avoid;
break-inside: avoid;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment