/ Published in: CSS
URL: http://67ideas.com
If you're using a lot of rounded corners in your design, save your fingers some time with this border-radius snippet.
Expand |
Embed | Plain Text
-moz-border-radius: ${1:5}px; -webkit-border-radius: ${1:5}px; -khtml-border-radius: ${1:5}px; border-radius: ${1:5}px;$0
You need to login to post a comment.
