Created
March 5, 2019 17:12
-
-
Save seriiserii825/4bbb342e3b07395175b84b698b7196e0 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
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