Created
February 17, 2015 05:48
-
-
Save KDragos/90d73a96c5f5fb43b9bc to your computer and use it in GitHub Desktop.
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
.hero { | |
background: radial-gradient( | |
rgba(#008fac, 0.40), | |
rgba(#008FAC, 1) | |
), url('../images/bg.jpg') no-repeat; | |
background-size: cover; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment