Return to Snippet

Revision: 32725
at October 2, 2010 00:28 by kadabra9


Initial Code
#box {  
 -moz-border-radius: 3px;  
 -webkit-border-radius: 3px;  
 border-radius: 3px;  
}

Initial URL

                                

Initial Description

                                

Initial Title
Rounded Corner Box - CSS

Initial Tags

                                

Initial Language
CSS