Revision: 31680
Updated Code
at September 10, 2010 15:42 by alozuldo
Updated Code
.class {
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
Revision: 31679
Initial Code
Initial URL
Initial Description
Initial Title
Initial Tags
Initial Language
at September 10, 2010 15:37 by alozuldo
Initial Code
/* Do rounding (native in Safari, Firefox and Chrome) */
.class {
border-radius: 6px
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
}
Initial URL
Initial Description
Initial Title
CSS3 Rounded corners
Initial Tags
Initial Language
CSS