<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>qwerty</title>
</head>
<body>
<div class="first-div">
<div class="second-div"></div>
</div>
</body>
</html>
.first-div {
position: relative;
}