Answers for "how to set a place holder color in an input html"

2

change input placeholder font color

input[type="email"].big-dog::-webkit-input-placeholder {
  color: orange;
}
Posted by: Guest on June-08-2021

Code answers related to "how to set a place holder color in an input html"

Browse Popular Code Answers by Language