/ Published in: CSS
Rounded corners for mozilla & webkit
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.round_corners { -moz-border-radius: 10px; -webkit-border-radius: 10px; border-radius: 10px; }