CSS - rounded corners


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

at least until HTML5 unifies all this crap into one tag, this helps me remember the three concurrent versions we need to use to cover all bases.


Copy this code and paste it in your HTML
  1. -moz-border-radius:9px;
  2. -webkit-border-radius:9px;
  3. border-radius:9px;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.