Skip to content

Instantly share code, notes, and snippets.

@juno
Created January 13, 2016 10:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save juno/a8ebc6e87d230f1dd7aa to your computer and use it in GitHub Desktop.
Save juno/a8ebc6e87d230f1dd7aa to your computer and use it in GitHub Desktop.
Linear gradient page header line.
body {
background-color: #fff;
&:after {
content: '';
display: block;
background-image: linear-gradient(90deg, #a16eff 0%, #3dcebb 100%);
height: 4px;
position: absolute;
left: 0;
top: 0;
right: 0;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment