/ Published in: CSS
URL: http://www.cssnewbie.com/12-creative-and-cool-uses-for-the-css-border-property/
Expand |
Embed | Plain Text
div.rounded { background-color: #666; color: #fff; font-weight: bold; padding: 10px; -moz-border-radius: 5px; -webkit-border-radius: 5px; }
You need to login to post a comment.
