Created
October 3, 2017 09:10
-
-
Save guillaumecabanel/52c3cd4761afeda4f61d8f21273f75c1 to your computer and use it in GitHub Desktop.
Contrasted image background
This file contains 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
/*https://developer.mozilla.org/en-US/docs/Web/CSS/linear-gradient*/ | |
#banner{ | |
background: linear-gradient(0deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.7)), url("http://lorempixel.com/1400/800/"); | |
background-size: cover; | |
margin: 0; | |
height: 100vh; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment