hello my common class but margin-top or margin-bottom is not working.. thank you
.cl
{
position: absolute;
display: inline-block;
width: 100px;
height: 100px;
border-radius: 4px;
background: #6686a7;
margin-top:150px
}
<div id="1" class="cl"></div>
<div id="2" class="cl"></div>
<div id="3" class="cl"></div>
<div id="4" class="cl"></div>
......