Skip to content

Instantly share code, notes, and snippets.

@MathRivest
Created August 29, 2014 14:45
Show Gist options
  • Save MathRivest/dc16c19000a0c35d2bb1 to your computer and use it in GitHub Desktop.
Save MathRivest/dc16c19000a0c35d2bb1 to your computer and use it in GitHub Desktop.
Distribute divs horizontally
.wrapper{
text-align: justify;
text-justify: distribute-all-lines;
.item{
display:inline-block;
}
&:after {
content: "";
width: 100%;
display: inline-block;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment