Skip to content

Instantly share code, notes, and snippets.

@amboy00
Created March 6, 2014 22:27
Show Gist options
  • Save amboy00/9401133 to your computer and use it in GitHub Desktop.
Save amboy00/9401133 to your computer and use it in GitHub Desktop.
Sets a nice blue line every 20 pixels
div {
background-image: -webkit-linear-gradient(top, rgba(0,0,0,0) 95%, rgba(56,255,255,.8) 100%);
background-size: 100% 20px;
background-position: 10px 0px;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment