Col-lg-1 creates one Column of width 12.5%
Col-lg-2 creates one Column of width 25%
Col-lg-3 creates one Column of width 37.5%
Col-lg-4 creates one Column of width 50%
Col-lg-5 creates one Column of width 62.5%
Col-lg-6 creates one Column of width 75%
Col-lg-7 creates one Column of width 87.5%
Col-lg-8 creates one Column of width 100%
<div class="grid">
<div class="col-lg-2"> contents </div>
<div class="col-lg-4"> contents </div>
<div class="col-lg-2"> contents </div>
</div>