/ Published in: CSS
                    
                                        
                            
                                Expand |
                                Embed | Plain Text
                            
                        
                        Copy this code and paste it in your HTML
.column + .column { margin-left: 30px; }
// (just to clarify, the html:)
// <div class="column">...</div>
// <div class="column">...</div>
// <div class="column">...</div>
// it gives the second one and the third one a margin on the left of 30px
Comments
 Subscribe to comments
                    Subscribe to comments
                
                