Position
Lesson 6Author : GOUP
Last Updated : September, 2020
Code
<div style="position: relative; top: 10px; bottom: 10px; width:90px; height:90px; background-color:blue;"></div>
<div style="width:100px; height:100px; background-color:red;"></div>
<div style="position: relative; top: 10px; bottom: 10px; width:90px; height:90px; background-color:blue;"></div>
<div style="width:100px; height:100px; background-color:red;"></div>