border-radius TextMate Snippet


/ Published in: CSS
Save to your folder(s)

If you're using a lot of rounded corners in your design, save your fingers some time with this border-radius snippet.


Copy this code and paste it in your HTML
  1. -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

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.