FfarcasalexJun 2, 2016
hello i got this code
<div class="section">
<div class="container clearfix">
<div class="row clearfix">
<div class="col-md-6" style="background-color:#ffffff !important;">
<div class="heading-block nobottomborder" style="margin-bottom: 15px; text-align:center;">
<span class="before-heading">Scalable on Devices.</span>
<h4>Responsive & Retina</h4>
</div>
<p>Employment respond committed meaningful fight against oppression social challenges rural legal aid governance. Meaningful work, implementation, process cooperation, campaign inspire.</p>
</div>
<div class="col-md-6 " style="background-color:#ffffff !important;">
<div class="heading-block nobottomborder" style="margin-bottom: 15px; text-align:center;">
<span class="before-heading">Scalable on Devices.</span>
<h4>Responsive & Retina</h4>
</div>
<p>Employment respond committed meaningful fight against oppression social challenges rural legal aid governance. Meaningful work, implementation, process cooperation, campaign inspire.</p>
</div>
</div>
</div>
</div>my row background is #f9f9f9 and i added 2 columns with a white background my question is how can i separate those two column ? ( so i want a space bewteen column 1 and 2 )
