<div class="contentA">
</div>
<div class="contentB">
</div>
.contentA{
width: 80px;
height: 80px;
background: red;
z-index: 2;
}
.contentB{
width: 100px;
height: 100px;
background: blue;
z-index:1;
}
This Pen doesn't use any external CSS resources.
This Pen doesn't use any external JavaScript resources.