Skip to content

Instantly share code, notes, and snippets.

@BahtaDima
Created December 6, 2016 10:16
Show Gist options
  • Save BahtaDima/95612c40394628b59c22bac071295d26 to your computer and use it in GitHub Desktop.
Save BahtaDima/95612c40394628b59c22bac071295d26 to your computer and use it in GitHub Desktop.
/*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