<div class="parent">
<div class="child" />
</div>
.parent {
width: 300px;
height: 300px;
background: black;
margin-top: 20px;
}
.child {
width: 100px;
height: 100px;
background: blue;
margin-top: 100px;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.