Skip to content

Instantly share code, notes, and snippets.

@andreasvirkus
Last active August 15, 2017 07:24
Show Gist options
  • Save andreasvirkus/33ecb4da1d93677eed244f256787888b to your computer and use it in GitHub Desktop.
Save andreasvirkus/33ecb4da1d93677eed244f256787888b to your computer and use it in GitHub Desktop.
.fade-gradient {
position: fixed;
top: 100px;
height: 100px;
width: 100%;
background-image: url(gradient.png);
margin: 0;
left: 0;
}
<body>
<header></header>
<div class="fade-gradient"></div>
<main></main>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment