Answers for "css input field placeholder text color change"

2

change input placeholder font color

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

change input placeholder text css

#text2::-webkit-input-placeholder::before {
    color:#666;
    content:"Line 1A Line 2A Line 3A";
}
Posted by: Guest on January-19-2021

Code answers related to "css input field placeholder text color change"

Browse Popular Code Answers by Language