Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created December 18, 2015 19:15
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save levinmejia/18f51d2aa3eba6873637 to your computer and use it in GitHub Desktop.
Save levinmejia/18f51d2aa3eba6873637 to your computer and use it in GitHub Desktop.
.linear-gradient-blend {
width: 100%;
height: 300px;
background: linear-gradient(45deg, #3AC9F5 0%, #BF4DD7 49%, #FC5E57 100%), url('../img/backpack-lake.jpg');
background-position: center center;
background-blend-mode: screen;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment