A
A
Agony63312018-03-26 19:08:29
css
Agony6331, 2018-03-26 19:08:29

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;
}

2. How can I make the asterisk green in the same placeholder?

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question