Skip to content

Instantly share code, notes, and snippets.

@jstclair
Created April 10, 2015 14:21
Show Gist options
  • Save jstclair/06fb0e605dbe69ba2916 to your computer and use it in GitHub Desktop.
Save jstclair/06fb0e605dbe69ba2916 to your computer and use it in GitHub Desktop.
background-image-shading
body, html {
background: linear-gradient(
rgba(0, 0, 0, 0.6),
rgba(0, 0, 0, 0.6)
),
url(/assets/images/inspiring-cafe-interior-of-despresso-library.jpg) top left no-repeat;
background-size: cover;
background-attachment: fixed;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment