I am working with website header and i needed to put some lines on a background of the header. Once i put it with some opacity i get a problem. All my header is under opacity now.
html:
<div class="header">
<div clas="header strips">
<div class="some_content"><lots of text</div>
</div>
</div>
css:
.header
{
height: 120px;
width: 100%;
float: left;
background-color: #3A5FCD;
background: linear-gradient(to bottom, #00BFFF,#3A5FCD );
}
.strips
{
background: url(../img/picture.png);
opacity: 0.3;
}
.some_content
{
color: #FFFFFF;
font-family: MaassslicerItalic;
font-size: 20pt;
border-bottom:5px solid red;
}
i do not understand why my <div class="some_content"><lots of text</div>
is also with opacity.
here is link to original website http://portal.plazma.com.ua/