Skip to content

Instantly share code, notes, and snippets.

@guillaumecabanel
Created October 3, 2017 09:10
Show Gist options
  • Save guillaumecabanel/52c3cd4761afeda4f61d8f21273f75c1 to your computer and use it in GitHub Desktop.
Save guillaumecabanel/52c3cd4761afeda4f61d8f21273f75c1 to your computer and use it in GitHub Desktop.
Contrasted image background
/*https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient*/
#banner{
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("http://lorempixel.com/1400/800/");
background-size: cover;
margin: 0;
height: 100vh;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment