0
Help needed kindly .I want to change the color of the placeholders how do I go about this .Using Css
5 odpowiedzi
0
Can you describe your proplem?
What is your question? ☺️
0
Mirielle Thank you
0
Use background-color and remove placeholder in your css.
Like this :
.log input {
background-color:yellow;
}
0
.log button{
color:green;
}
input{
background-color:yellow;
}