Skip to content

Instantly share code, notes, and snippets.

@arozwalak
Created October 16, 2013 08:35
Show Gist options
  • Save arozwalak/7004535 to your computer and use it in GitHub Desktop.
Save arozwalak/7004535 to your computer and use it in GitHub Desktop.
CSS: Overlay styles
.overlay {
background: black;
opacity: 0.3;
position: absolute;
top: 0;
bottom: 0;
left: 0;
right: 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment