Skip to content

Instantly share code, notes, and snippets.

@codequistador
Created November 2, 2015 23:56
Show Gist options
  • Select an option

  • Save codequistador/1a34847252314993ee30 to your computer and use it in GitHub Desktop.

Select an option

Save codequistador/1a34847252314993ee30 to your computer and use it in GitHub Desktop.
CSS Overlay
overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(88, 89, 91, .5);
z-index: 1;
}
// make sure container is relative
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment