The z-index Property

Learn how to stack elements with z-index.

We'll cover the following...

The z-axis

In CSS, each box can be thought of as having a position in 3D. So far, we’ve seen positioning related to both the horizontal x-axis and vertical y-axis, but boxes also ...