Published
- 1 min read
make placeholder italic
The solution for this is noted below
make placeholder italic
Solution
::-webkit-input-placeholder {
font-style: italic;
}
:-moz-placeholder {
font-style: italic;
}
::-moz-placeholder {
font-style: italic;
}
:-ms-input-placeholder {
font-style: italic;
}
Try other methods by searching on the site. That is if this doesn’t work