0% completed
<style>
.box1 {
position: absolute;
top: 50px;
left: 50px;
width: 150px;
height: 150px;
background-color: #ffcc80;
z-index: 1;
}
.box2 {
position: absolute;
top: 100px;
left: 100px;
width: 150px;
height: 150px;
background-color: #90caf9;
z-index: 3;
}
</style>
<div class="box1"></div>
<div class="box2"></div>
.....
.....
.....