Skip to content

Instantly share code, notes, and snippets.

@jhafner
Created May 30, 2013 21:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jhafner/5681371 to your computer and use it in GitHub Desktop.
Save jhafner/5681371 to your computer and use it in GitHub Desktop.
/* Don't forget to add placeholder elements to your grid */
#grid{
text-align: justify;
font-size: 0.1px; /*hide whitespace between elements*/
}
#grid li{
display: inline-block;
width: 23%;
font-size: 14px;
}
#grid:after{
content: '';
display: inline-block;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment