Skip to content

Instantly share code, notes, and snippets.

@edymerchk
Created February 9, 2014 02:15
Show Gist options
  • Select an option

  • Save edymerchk/8893210 to your computer and use it in GitHub Desktop.

Select an option

Save edymerchk/8893210 to your computer and use it in GitHub Desktop.
// separator inside forms
form hr{
display:block;
border:none;
color:white;
height:1px;
background:black;
background: -webkit-gradient(radial, 50% 50%, 0, 50% 50%, 350, from(#000), to(#fff));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment