tri_inn

tri_inn

  • NA
  • 1.2k
  • 223.8k

when to use offset-3 in bootstrap

May 30 2017 9:57 AM
i read a article from here http://victorshi.com/blog/post/How-to-make-a-div-center-in-Bootstrap3 that how to center a div when using bootstrap framework.
 
their code
  1. <div class="row">  
  2.    <div class="col-lg-6 col-lg-offset-3 text-center">center</div>  
  3. </div>  

i just like to know why they use col-lg-offset-3 ? why they did not use col-lg-offset-2 or col-lg-offset-4 etc.

please guide me about the above code sample. thanks

 
 
 
 
 

Answers (2)