Created
December 6, 2016 10:16
-
-
Save BahtaDima/95612c40394628b59c22bac071295d26 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
/*Base style*/ | |
*::-webkit-input-placeholder | |
color: #1e1e1e | |
opacity: 1 | |
*:-moz-placeholder | |
color: #666 | |
opacity: 1 | |
*::-moz-placeholder | |
color: #666 | |
opacity: 1 | |
*:-ms-input-placeholder | |
color: #666 | |
opacity: 1 | |
body input:focus:required:invalid, | |
body textarea:focus:required:invalid | |
color: #666 | |
body input:required:valid, | |
body textarea:required:valid | |
color: #666 | |
body | |
font-size: 16px | |
min-width: 320px | |
position: relative | |
line-height: 1.6 | |
overflow-x: hidden | |
padding: 0 | |
margin: 0 | |
p | |
margin: 0 | |
padding: 0 | |
ul | |
padding: 0 | |
margin: 0 | |
h1,h2,h3,h4,h5,h6 | |
font-weight: normal | |
padding: 0 | |
margin: 0 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment