Html::
<div id="Opacity"><span class="P">Here Is My P</span>
Css:
#opacity {
width:400px;
height:400px;
border:black 1px solid;
opacity:0.3;
background-color:black;
}
.P {
font-family:cursive;
font-size:24px;
color:white;
}
but Output word are also transparent.i want word will transparent but div become transparent Thanks