I'm attempting to create a semi-transparent alert box that preserves the visibility of the text inside it, but I am unsure of how to achieve this effect.
Here is an excerpt from my CSS file:
.cookiealert
{
display:inline-block;
width: 70%;
height:8%;
margin: auto;
text-align: center;
padding: 5;
opacity: 0.7;
}