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

round corner hack

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