There is a style:
.wrapper { background: url("images/background.png") repeat; padding: 1px; margin-left: 40px; margin-right: 40px; margin-top: 20px; border-radius: 6px; }
And markup view
<div class="wrapper"> ΡΡΡ ΠΌΠΎΠ΅ ΡΠΎΠ΄Π΅ΡΠΆΠΈΠΌΠΎΠ΅ </div>
I want to make the background
- that is, the background, in this style was translucent. Add to style
opacity: 0.5;
And it turns out that it becomes translucent, but at the same time everything that is in this style becomes translucent too!