attributen
input[type="text"] {
background-color: yellow;
/* ... */
}
input[type="radio"] {
display: block;
/* ... */
}
input[type="button"] {
width: 20%;
margin-left: 5%;
/* ... */
}
input[type="email"] {
width: 40em;
/* ... */
}Last updated
