Skip to content

Instantly share code, notes, and snippets.

@levinmejia
Created December 18, 2015 19:13
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/b6974eec3d69e125883f to your computer and use it in GitHub Desktop.
Save levinmejia/b6974eec3d69e125883f to your computer and use it in GitHub Desktop.
.solid-colour-blend {
width: 100%;
height: 300px;
background-color: #F05B6F;
background-image: url('../img/backpack-lake.jpg');
background-position: center center;
background-blend-mode: multiply;
-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