Greetings to all who have entered.
There is a background rgba
- you can make a translucent background color, there is an opacity
- you can make a translucent background (including a picture), but the downside is that everything inside this style also becomes translucent.
Tell me how to make the background image translucent without changing the transparency of the nested elements? Can this be done only on css?
<div class="полупрозрачный фон"> <div class="какой то див"> </div> </div>