Skip to content

Instantly share code, notes, and snippets.

@marlun
Created September 8, 2012 13:30
Show Gist options
  • Save marlun/3674998 to your computer and use it in GitHub Desktop.
Save marlun/3674998 to your computer and use it in GitHub Desktop.
Untitled
.parent {
background-color: #ddd;
text-align: justify;
width: 500px;
}
.child {
margin: 1px;
display: inline-block;
width: 100px;
height: 100px;
background-color: red;
}
<div class="parent">
<div class="child"></div><div class="child"></div><div class="child"></div><div class="child"></div><div class="child"></div>
</div>
{"view":"split-vertical","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment