Skip to content

Instantly share code, notes, and snippets.

@vinioliveira
Created July 26, 2011 19:09
Show Gist options
  • Save vinioliveira/1107657 to your computer and use it in GitHub Desktop.
Save vinioliveira/1107657 to your computer and use it in GitHub Desktop.
Block screen effect css
element.style {
background: none repeat scroll 0 0 black;
display: block;
height: 100%;
left: 0;
opacity: 0.2;
position: fixed;
top: 0;
width: 100%;
z-index: 99;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment