Add `border-radius` to div as common style?
-
`
div, dl, input[type=reset], input[type=search], input[type=submit], li, select, textarea {
-webkit-border-radius: 2px;
-moz-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
background-clip: padding-box;
}
`
Addborder-radius
to div as common style? is it a good idea?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- You must be logged in to reply to this topic.