groups

name language licence
Font CSS Other
Untitled Snippet CSS Other
Rgba CSS3 Other
Border-color CSS3 Other
Border-radius (rounded corners) CSS3 Other
Untitled Snippet CSS Other
Text-shadow CSS3 Other
Comment CSS Other

< 1 2 3 4 5 6 7 8 9 10 11 12 13 >



language: CSS3
licence: Other

Border-radius (rounded corners)

options: view full snippetsend to code collector
-moz-border-radius: 12px; /* FF1+ */
-webkit-border-radius: 12px; /* Saf3+, Chrome */
border-radius: 12px; /* Opera 10.5, IE 9 */
	
(Continues...)