/ Published in: CSS
                    
                                        
CSS code to add a CSS3 box shadow to the bottom of an element only.
                
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
-webkit-box-shadow:0 4px 4px -4px #000;
box-shadow:0 4px 4px -4px #000;
Comments
 Subscribe to comments
                    Subscribe to comments
                
                