/ Published in: CSS
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
Copy this code and paste it in your HTML
-moz-border-radius: ${1:5}px; -webkit-border-radius: ${1:5}px; -khtml-border-radius: ${1:5}px; border-radius: ${1:5}px;$0
URL: http://67ideas.com