Answers for "can i change color of placeholder in html5 input with javascript"

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 "can i change color of placeholder in html5 input with javascript"

Browse Popular Code Answers by Language