Created
September 19, 2016 23:17
-
-
Save RuslanHolovko/312d0ce2ea9e6852bd8ffbd27823d3f6 to your computer and use it in GitHub Desktop.
BG with triangle
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
.linear{ | |
position: relative; | |
top: -1109px; | |
z-index: -1000; | |
min-height: 872px; | |
background:linear-gradient(132deg, #d6d2c1 50%, #f0f0f0 50%); | |
} | |
.inner-linear{ | |
text-align: center; | |
color: #010101; | |
padding-top: 600px; | |
min-height: 938px; | |
background:linear-gradient(-132deg, #fff 50%, rgba(0,0,0,0) 50%); | |
background-attachment: fixed; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment