CSS: how to use the z-index property

Position the Box 1 above Box 2 by using the z-index property

BOX 1 is located under box 2.
We've positioned box 2 so that it overlaps with box 1.

As you can see BOX 2 is found above box 1.

You will note that nothing has changed from the first one.