<div class="container"><div></div><div></div><div></div><div></div><div></div><div></div><div></div><div></div></div>
.container {
width:210px;
}
.container div {
width:100px;
height:20px;
background:lightblue;
display:inline-block;
border: 1px solid blue;
vertical-align:top;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.