Layer

 <!DOCTYPE html>

<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.red{
height: 400px;
width: 400px;
background: red;
position: absolute;
left: 60px;
top: 60px;
}

.green{
height: 400px;
width: 400px;
background: green;
position: absolute;
top: 30px;
left: 30px;
}

.blue{
height: 400px;
width: 400px;
background: blue;
position: absolute;
}
</style>
</head>
<body>
<div style="position: relative">
<div class="red">

</div>
<div class="green">

</div>
<div class="blue">

</div>
</div>
</body>
</html>

Comments

Popular posts from this blog

pesudo element

sticky