I am applying opacity
to lighten my background-color
due to this my text
is not visible. Any way to increase the visibility ?
.abc{
width:200px;
height:200px;
border:1px solid red;
background: #211E1C;
opacity: 0.03;
color:green
}
here is my code
https://jsbin.com/tihowuveda/2/edit?html,css,js,output
In above example ansn
text is not visible why ?