Is it possible to see an overlap of these 2 DIVs to show like this ?
<div style="position:relative;margin-top:100px;width:500px;height:300px;">
<div style="background-color:rgba(23, 170, 180, 1);width:60px;height:145px;position:absolute;"></div>
<div style="background-color:rgba(249, 177, 67, 1);width:110px;height:70px;position:absolute;"></div>
</div>
Even if it works using only latest CSS3 or even -webkit- properties.