Skip to content

Instantly share code, notes, and snippets.

@renemeye
Last active August 29, 2015 14:00
Show Gist options
  • Save renemeye/11169079 to your computer and use it in GitHub Desktop.
Save renemeye/11169079 to your computer and use it in GitHub Desktop.
Flexible transparent Background Color without rgba
&:before {
opacity: 0.95;
background: #aaa;
content: " ";
text-indent: -9999px;
display: block;
position: absolute;
top: 0;
left: 0;
right:0;
bottom: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment