Last active
July 30, 2018 13:43
-
-
Save Takerrim/4ab899758d3ed54e8f80394af896fa2b to your computer and use it in GitHub Desktop.
double bg
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
header | |
height: 100vh | |
background: url(../images/bg-header.jpg) no-repeat center/cover | |
position: relative | |
width: 100% | |
&:before | |
content: '' | |
position: absolute | |
top: 0 | |
right: 0 | |
bottom: 0 | |
left: 0 | |
opacity: 0.85 | |
background: linear-gradient(to right, #1be8bf, #0bb4bf) | |
header | |
height: 750px | |
background: url(../images/bg-header.jpg) no-repeat center/cover | |
position: absolute | |
z-index: -1 | |
width: 100% | |
&:before | |
content: '' | |
position: absolute | |
top: 0 | |
right: 0 | |
bottom: 0 | |
left: 0 | |
z-index: -1 | |
opacity: 0.85 | |
background: linear-gradient(to right, #1be8bf, #0bb4bf) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment