Skip to content

Instantly share code, notes, and snippets.

@adfinlay
Created October 23, 2014 09:51
Show Gist options
  • Save adfinlay/9378e68af2889493ff68 to your computer and use it in GitHub Desktop.
Save adfinlay/9378e68af2889493ff68 to your computer and use it in GitHub Desktop.
Add pattern overlay to backstretch image
.backstretch:before {
content: "";
width: 100%;
height: 100%;
background: url("/images/pattern.png");
position: absolute;
}
@arnotae
Copy link

arnotae commented Oct 20, 2015

Thanks !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment