position1 relative

PHOTO EMBED

Fri Sep 15 2023 10:07:22 GMT+0000 (Coordinated Universal Time)

Saved by @Mohammadrezasmz

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatib1e" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
< link rel="stylesheet" href="style.css">
<title>Document</title>
</head>
<body>

<p>Lorem ipsum dolor sit amet consectetur adipisicing elit. Explicabo, mollitia.</p>
<div></div>

</body>
</html>

file style.css

background-color: yellowgreen;
width: 500px;
height: 200px;
position: relative;
top: 20px;
}
div{
background-color: turquoise;
width: 150px;
height: 150px;
position: relative;
bottom: 20px;
}
content_copyCOPY

position1 relative