.div1{
position: absolute;
height: 100px;
width: 100px;
z-index: 1;
background: rgb(255, 136, 136);
}
.div2{
position: absolute;
width: 100px;
height: 100px;
z-index: 2;
background: rgb(126, 137, 235);
margin: 60px;
}
.div3{
position: absolute;
width: 100px;
height: 100px;
z-index: 3;
background: rgb(77, 238, 153);
margin: 120px;
}