Skip to content

Instantly share code, notes, and snippets.

@snowman-repos
Last active October 12, 2015 03:58
Show Gist options
  • Save snowman-repos/3967776 to your computer and use it in GitHub Desktop.
Save snowman-repos/3967776 to your computer and use it in GitHub Desktop.
CSS: remove whitespace around text fields
input,
textarea {
margin:0;
vertical-align:bottom;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment