Skip to content

Instantly share code, notes, and snippets.

@xiaohutai
Created November 26, 2013 23:57
Show Gist options
  • Save xiaohutai/7668484 to your computer and use it in GitHub Desktop.
Save xiaohutai/7668484 to your computer and use it in GitHub Desktop.
.hero-img {
width: 100%;
height: 100%;
background: url('/img/hero.jpg') center center no-repeat;
background-size: cover;
position: relative;
&:after {
content: '';
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-image: linear-gradient(to bottom right,#002f4b,#dc4225);
opacity: .6;
}
}
<div class="hero-img">
...
div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment