Hi guys,
I've just discovered that it is possible to select stuff like submit buttons without the need to make a class :
Now, I want to know if there are other syntaxes that do the same thing and how to group types in the same selector.
Thanks for the help!
I've just discovered that it is possible to select stuff like submit buttons without the need to make a class :
Code:
input[type="submit"] {
margin-top: 5px;
background: #dbdbdb;
color: #336699;
}
Now, I want to know if there are other syntaxes that do the same thing and how to group types in the same selector.
Thanks for the help!