Created
April 5, 2015 20:08
-
-
Save msavin/8c4c9fa1fbfe1615daf6 to your computer and use it in GitHub Desktop.
Super Form Resets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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