Skip to content

Instantly share code, notes, and snippets.

@SaraSoueidan
Created June 8, 2013 02:44
Show Gist options
  • Save SaraSoueidan/5733772 to your computer and use it in GitHub Desktop.
Save SaraSoueidan/5733772 to your computer and use it in GitHub Desktop.
Masonry with CSS
#box{
display:inline-block;
/*don't specify width*/
}
#boxes-container{
column-count: 3;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment