Answers for "how to change color placeholder input"

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 change color placeholder input"

Browse Popular Code Answers by Language