Skip to content

Instantly share code, notes, and snippets.

@RuslanHolovko
Created September 19, 2016 23:17
Show Gist options
  • Save RuslanHolovko/312d0ce2ea9e6852bd8ffbd27823d3f6 to your computer and use it in GitHub Desktop.
Save RuslanHolovko/312d0ce2ea9e6852bd8ffbd27823d3f6 to your computer and use it in GitHub Desktop.
BG with triangle
.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