Skip to content

Instantly share code, notes, and snippets.

@cam-gists
Created October 29, 2012 23:27
Show Gist options
  • Save cam-gists/3977306 to your computer and use it in GitHub Desktop.
Save cam-gists/3977306 to your computer and use it in GitHub Desktop.
CSS: nice inputs
input{
border-radius: 5px;
box-shadow:inset 0 1px 3px #8dcfff;
background: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment