/ Published in: CSS
                    
                                        
The CSS for the wrapper for my article on Circular Buttons using CSS.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
.photobutton{
display: block;
height: 180px;
width: 180px;
position: relative;
top: 8px;
left: 7px;
border-radius:90px;
-khtml-border-radius:90px;
-moz-border-radius:90px;
-webkit-border-radius:90px;
}
Comments
 Subscribe to comments
                    Subscribe to comments
                
                