Skip to content

Instantly share code, notes, and snippets.

@lsiden
Last active August 29, 2015 14:21
Show Gist options
  • Save lsiden/76fcb8b2dbdd8e54ba2b to your computer and use it in GitHub Desktop.
Save lsiden/76fcb8b2dbdd8e54ba2b to your computer and use it in GitHub Desktop.
LVReBL
<div class="container">
<div class="item">
one<br>
two<br>
three<br>
</div>
<div class="item">
one<br>
two<br>
three<br>
four<br>
five<br>
</div>
<div class="item">
one<br>
two<br>
three<br>
</div>
<div class="item">
one<br>
two<br>
three<br>
six<br>
</div>
<div class="item">
one<br>
two<br>
three<br>
</div>
<div class="item">
one<br>
two<br>
three<br>
one<br>
two<br>
three<br>
</div>
<div class="item">
one<br>
two<br>
three<br>
</div>
</div>
.container {
background-color: blue;
}
.item {
margin: 1%;
background-color: white;
display: inline-block;
width: 22%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment