0

Example code: <input type="text" placeholder="Fast name *">

I want to change the color on the placeholder last letter, in this case, " * ", but I need a solution with CSS, I don't need a javascript solution. I display the string letter by letter and I can't use a static solution.

1 Answers1

-3

only type in css input[type=text]::placeholder and note that which placeholder you want to change the color and other write the type in attribute selector. Thanks