groups

name language licence
8 font stacks CSS Other
CSS3 border radius CSS Other
@fontface Other Other
css clearfix Other Other
blueprint class HTML Other
round corner hack CSS Other
blueprint add CSS Other
sticky footer HTML Other

< 1 2 >



language: CSS
licence: Other

CSS3 border radius

options: view full snippetsend to code collector
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

*/bottom corners/*

-moz-border-radius-bottomleft: 15px;
	 -webkit-border-bottom-left-radius: 15px;
-moz-border-radius-bottomright: 15px;
 -webkit-border-bottom-right-radius: 15px;
	
(Continues...)