4
I have a following class:
.rodape input{
blablabla
}
And the following HTML
<div class="rodape">
<input type="text" />
<input type="text" />
<input type="submit" />
</div>
What happens, all inputs within that div will receive the settings I informed on rodape
. Perfect, only, I wanted to style the input you have type="submit"
also, only in a way different from others.
I don’t want to create a class just for him, I wonder if there is a way to do, informing by CSS.
Hmm... negative vote? I accept suggestions if something is incorrect.
– Sergio