Zurb Foundation Margin between Columns
问题 I have a very simple code with Foundation CSS <div class="row"> <div class="large-offset-1 large-6 columns">Content goes here</div> <div class="large-4 end columns">Side goes here</div> </div> I want there to be margins between the columns. Currently, there is only padding. So if I add background-color to these columns, then they stick to each other. Doesn't Foundation provide a solution for this? 回答1: You could try this: <div class="row"> <div class="large-offset-1 large-6 columns padded