I’d like to be able to have a background image with a transparent colour covering the image. But when I try to put
background-image: url(mylocation);
background-color: darkgray;
opacity: 0.5;
inside the body {} tags, the image shows, but not the colour, and everything else is transparent. I’m pretty sure that everything else is transparent because they’re all child section of the body, but how would I fix this, so that it’s the way I’d like it to be?
Thanks!