<div>
<div>This is block one</div>
<div>This is block two</div>
<div>This is block three</div>
<div>This is block four</div>
</div>
div {
text-align: center;
background: black;
padding: 15px;
}
div div {
width: 60px;
background: white;
display: inline-block;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.