I'm trying to put the opacity of the background image, but the text seems to get blurry too..I just want the background to become opaque and not together with the text
Asked
Active
Viewed 144 times
0
-
2share the code you're using to create that screenshot. – Michael Coker May 31 '17 at 17:16
-
1Possible duplicate of: [CSS Set Background Image with Opacity](https://stackoverflow.com/questions/4183948/css-set-background-image-with-opacity). `opacity` will affect all child elements, not because it's inherited like `color`, but because the parent acts like a filter for all descendant elements. – hungerstar May 31 '17 at 17:26