--

I was trying to create a background image for the entire window, and couldn't get this to work.

And then I found that rather than having to put a z-index for everything, it was easier to just have a negative z-index for the background image CSS:

.landingImage {

z-index: -1;

}

--

--

Keir Finlow-Bates
Keir Finlow-Bates

Written by Keir Finlow-Bates

I walk through the woods talking about blockchain

No responses yet