Z-Index
🏡 HomeAny positioned element will render above elements in flow layout, which means you will need to manage the layers of elements in the DOM. You manage this by using the z-index property. The z-index property is a number that determines the layer of the element.
div1
div2
div3