I have trying to work this out for months, and Google hasn\'t helped me. I\'m trying to have spacing between
Here is a simple and clean solution. HTML CSS https://jsfiddle.net/twttao/986t968c/ and tags in a table,
.column-container {
display: table;
overflow: hidden;
}
.column-children-wrapper {
border-spacing: 10px 0;
margin-left: -10px;
margin-right: -10px;
background-color: blue;
}
.column {
display: table-cell;
background-color: red;
}