Answers for "how set font and color in placeholder in 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 set font and color in placeholder in input"

Browse Popular Code Answers by Language