I need to find a specific element of what's in my code in html only in css, exemplifying:
What to do type:
meuElemento [type=input]{
color: #FFFFFF;
}
I'm not sure what to do, but I do not know how to do it.
How can I do this? I already looked for several internet sites and I could not.