Position And Z-index Property
The position property specifies the type of positioning method used for an element. Its types are:-
(static, relative, absolute, fixed or sticky).
The z-index property specifies the order of overlapping HTML elements. Elements with a higher index will be placed on top of elements with a lower index.