I want to have a div that is semi opaque filled with text that is not opaque at all. My problem is that when I make the div semi opaque the text is semi opaque too. Is there way to have my text appear as it normally would?
Below is what I'm using now:
.opac
{
opacity:.2;
background-color:black;
}