Skip to content

Instantly share code, notes, and snippets.

@AndreasStokholm
Created February 27, 2012 14:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save AndreasStokholm/1924150 to your computer and use it in GitHub Desktop.
Save AndreasStokholm/1924150 to your computer and use it in GitHub Desktop.
Overlay box
#newsletter-box-back {
width:100%;
height:100%;
position:absolute;
top:0;
left:0;
z-index:10;
background:#000;
opacity:0.75;
filter:alpha(opacity=75);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment