Skip to content

Instantly share code, notes, and snippets.

@msavin
Created April 5, 2015 20:08
Show Gist options
  • Save msavin/8c4c9fa1fbfe1615daf6 to your computer and use it in GitHub Desktop.
Save msavin/8c4c9fa1fbfe1615daf6 to your computer and use it in GitHub Desktop.
Super Form Resets
input, label, select, button, textarea {
margin: 0;
border: 0;
padding: 0;
white-space:normal;
background: transparent;
line-height: inherit;
font-size: inherit;
font-family: inherit;
color: inherit;
outline:0;
resize: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment