/ Published in: CSS

Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
.rounded{ -moz-border-radius: 5px; /* Firefox */ -webkit-border-radius: 5px; /* Safari */ }
Comments
