Created
April 10, 2015 14:21
-
-
Save jstclair/06fb0e605dbe69ba2916 to your computer and use it in GitHub Desktop.
background-image-shading
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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