Answer the question
In order to leave comments, you need to log in
How to make placeholder multi-colored?
How to make the placeholder multi-colored, more precisely, how to reach it
. For example, there is such a placeholder: "Enter a name *"
You need to do something like this:
1. White: Enter a name
2. Green: *
1. Done:
::-webkit-input-placeholder {
color: #fff;
}
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question