How to overlay divs without absolute positioning it.
A common task while styling HTML is overlaying two divs. The job could be overlaying some text over an image, or popping a modal over the top of an overlay. In this post, we'll cover how to accomplish overlaying two divs without having to use `position: absolute.