Skip to content

Instantly share code, notes, and snippets.

@8lane
Created November 18, 2015 17:43
Show Gist options
  • Select an option

  • Save 8lane/42074171fedc64f62f86 to your computer and use it in GitHub Desktop.

Select an option

Save 8lane/42074171fedc64f62f86 to your computer and use it in GitHub Desktop.
section.featured-content:before {
position: absolute;
top: 0;
left: 0;
right: 0;
bottom: 0;
content: "";
display: block;
background: linear-gradient( rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.8) );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment