<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.height{
width: 400px;
height: 400px;
}
.div1{
background: red;
}
.div2{
background: blue;
}
.div3{
background: green;
}
.parent{
width: 400px;
height: 400px;
background: yellow;
}
.child{
width: 100px;
height: 100px;
background: #ff003b;
}
/*position: absolute;*/
/*top: 50px;*/
/*position: relative;*/
/*top: 10px;*/
/*left: 10px;*/
</style>
</head>
<body>
<div class="div1 height" style="
left: 60px;
top: 60px;
">
Div1
</div>
<div class="div2 height" style="
left: 40px;
top: 40px;
">
Div2
</div>
<div class="div3 height">
Div3
</div>
<!----><div id="wp-extension" data-id="dpadflhmiohjfhhaehelneimpllfbpcg"></div></body>
</html>
Comments
Post a Comment