Curverd Border Using CSS


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



Copy this code and paste it in your HTML
  1. border:1px solid #999; */
  2. -moz-border-radius:10px;
  3. -khtml-border-radius: 10px;
  4. -webkit-border-radius: 10px;
  5. border-radius: 10px;color:#FFFFFF;
  6. text-align:center;font-weight:normal;
  7. line-height:25px;
  8. behavior: url(../style/border-radius.htc);
  9. border: 2px solid #000000;

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.