Help needed kindly .I want to change the color of the placeholders how do I go about this .Using Css | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Help needed kindly .I want to change the color of the placeholders how do I go about this .Using Css

https://code.sololearn.com/WZ7FtBVw1Y5d/?ref=app

28th Jan 2023, 6:07 PM
Alex Wairegi
Alex Wairegi - avatar
4 Answers
0
Can you describe your proplem? What is your question? ☺️
28th Jan 2023, 6:11 PM
Stefanoo
Stefanoo - avatar
0
Mirielle Thank you
28th Jan 2023, 6:21 PM
Alex Wairegi
Alex Wairegi - avatar
0
Use background-color and remove placeholder in your css. Like this : .log input { background-color:yellow; }
28th Jan 2023, 6:24 PM
Stefanoo
Stefanoo - avatar
0
.log button{ color:green; } input{ background-color:yellow; }
29th Jan 2023, 8:15 AM
Boutaghane Sidali
Boutaghane Sidali - avatar