<div class="one"></div>
<div class="two"></div>
<div class="three"></div>
.one{
width:50px;
height:50px;
margin:10px;
background-color:red;
}
.two{
display:inline-block;
width:50px;
height:50px;
margin:10px;
background-color:blue;
}
.three{
display:inline-block;
width:50px;
height:50px;
margin:10px;
background-color:green;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.