<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Title</title>
<style>
.box{
width: 300px;
height: 200px;
display: inline-block;
background-color: yellow;
position: relative;
left: 50px;
top: 500px;
}
.box1{
width: 200px;
height: 300px;
background-color: red;
}
.box2{
width: 500px;
height: 200px;
background-color: orange;
/*position: relative;*/
}
</style>
</head>
<body>
<div class="box"></div>
<div class="box1"></div>
<div class="box2"></div>
</body>
</html>
position:relative
position:absolute