Bootstrap - centralize col-md with col-md-offset-

0 votes
218 views
added Aug 20, 2018 in Bootstrap by LC Marshal Captain (25,790 points)
<div class="container-fluid bg-white shadow-top">
  <div class="row">
      <div class="col-md-2 col-md-offset-5">
        <button class="btn btn-form btn-block">Continue</button>
      </div>
  </div>
</div>

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...