Skip to content

Instantly share code, notes, and snippets.

@xhinking
Created March 4, 2016 07:33
Show Gist options
  • Save xhinking/3151ed976b1670563311 to your computer and use it in GitHub Desktop.
Save xhinking/3151ed976b1670563311 to your computer and use it in GitHub Desktop.
body::after {
content: "";
background: url(../fake-bg.png) center -1px no-repeat;
opacity: 0.3;
top: 0;
left: 0;
bottom: 0;
right: 0;
position: absolute;
z-index: -1;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment