Last active
August 5, 2016 01:51
-
-
Save mikeyamadeo/524f9d0fa7a1556250ad5d7ebd819247 to your computer and use it in GitHub Desktop.
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
* { | |
box-sizing: inherit; | |
} | |
body, | |
h1, h2, h3, h4, h5, h6, | |
dl, dd, ol, ul, | |
form, fieldset, legend { | |
margin: 0; | |
padding: 0; | |
} | |
::-webkit-input-placeholder { | |
color: #D8D8D8; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment