Skip to content

Instantly share code, notes, and snippets.

@guilhermealveslopes
Created January 19, 2018 14:24
Show Gist options
  • Save guilhermealveslopes/cf5466610fe7cc921eedfa5ab33113eb to your computer and use it in GitHub Desktop.
Save guilhermealveslopes/cf5466610fe7cc921eedfa5ab33113eb to your computer and use it in GitHub Desktop.
Background Mask
div::before {
background: rgba(0, 0, 0, 0.9) none repeat scroll 0 0;
content: "";
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment