I have a div and text written inside it.
.topoMenuSegmentos {
width: 470px;
height: 190px;
background-color: #0a1737;
display: block;
margin-top: -2px;
}
I want to apply a opacity:0.8
, what happens is that the text inside that div also gets opacity.
Is there an alternative?