W
web404Feb 24, 2018
- i want create 3 col and make space between them , how can i do this?
<!-- Content
============================================= -->
<section id="content">
<div class="content-wrap">
<div class="container clearfix">
<div class="row">
<div class="col-lg-7" style="background-color: #000;">111
</div>
<div class="col-lg-3" style="background-color: #000;">222</div>
<div class="col-lg-2" style="background-color: #000;">333</div>
</div>
</div>
</div>
</section><!-- #content end -->- how can add border for col ?
