Skip to content

Instantly share code, notes, and snippets.

@gbertb
Created July 17, 2013 20:13
Show Gist options
  • Save gbertb/6024026 to your computer and use it in GitHub Desktop.
Save gbertb/6024026 to your computer and use it in GitHub Desktop.
gradient horizontal line
hr {
border: none;
border-top: 1px solid #eee;
height: 5px;
background: -webkit-radial-gradient(50% 0%, 50% 5px, #aaa 0%, white 100%);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment