/ Published in: CSS
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.element { -moz-border-radius: 5px; -webkit-border-radius: 5px; border-radius: 5px; /* future proofing */ } .element-top-left-corner { -moz-border-radius-topleft: 5px; -webkit-border-top-left-radius: 5px; }