Skip to content

Instantly share code, notes, and snippets.

@seriiserii825
Created March 5, 2019 17:12
Show Gist options
  • Save seriiserii825/4bbb342e3b07395175b84b698b7196e0 to your computer and use it in GitHub Desktop.
Save seriiserii825/4bbb342e3b07395175b84b698b7196e0 to your computer and use it in GitHub Desktop.
input[type="text"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="phone"]::-webkit-input-placeholder
ptsansbold()
font-size 18px
color black
/* webkit */
input[type="text"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="phone"]::-moz-placeholder
ptsansbold()
font-size 18px
color black
/* webkit */
input[type="text"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="phone"]:-moz-placeholder
ptsansbold()
font-size 18px
color black
/* webkit */
input[type="text"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="phone"]:-ms-input-placeholder
ptsansbold()
font-size 18px
color black
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment