Skip to content

Instantly share code, notes, and snippets.

@felquis
Created November 8, 2012 12:51
Show Gist options
  • Save felquis/4038620 to your computer and use it in GitHub Desktop.
Save felquis/4038620 to your computer and use it in GitHub Desktop.
Gradient background from black to transparent
/**
* Gradient background from black to transparent
*/
body {
background: url(http://sphotos-a.ak.fbcdn.net/hphotos-ak-ash4/398156_269511963103640_1888402038_n.jpg) 0 0 no-repeat;
background-size: 100% 100%;
}
.ofelquis {
background: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 1), rgba(0, 0, 0, 0));code
}
.ofelquis, html, body {
width: 100%;
height: 100%;
display: block;
position: absolute;
top: 0;
left:0;
margin: 0;
}
<!-- content to be placed inside <body>…</body> -->
<div class="ofelquis"></div>
{"view":"split","fontsize":"100","seethrough":"","prefixfree":"1","page":"all"}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment