blob: 08437b5cb4d9f865156ed9f46166d59c010a27df [file] [edit]
<style>
.container {
background-color: green;
}
.margin {
margin-bottom: 100px;
width: 50px;
height: 50px;
background-color: blue;
}
</style>
<div class=container>
<span>
<div class=margin></div>
<div></div>
<span></span>
</span>
</div>