Return to Snippet

Revision: 44978
at April 21, 2011 22:18 by jirirybar


Initial Code
.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

Initial URL


Initial Description


Initial Title
Margin between columns without defining first/last

Initial Tags


Initial Language
CSS