What is the z-index in CSS?
1 Like
Z-index allows you to define depth of elements in HTML, so elements with high z-index will always overlap the elements with lower value with z-index.