CSS Z-index
CSS Z-index concept is based on the stack order of a box and its position value might be one of absolute, fixed, or relative. Basically, it comes into action when elements also occupy the z-axis. An element having a higher z-index value always lies on another box having a lower z-index value. The z-index value might be an integer value.