Bootstrap: Content in the middle?
This question already has an answer here:
You might take a look at bootstrap offset property
Your code might look something like this:
<div class="col-md-6 col-md-offset-3">
<div class="form-group">
....
</div>
</div>
链接地址: http://www.djcxy.com/p/75896.html
上一篇: 无法在Bootstrap中将行放在一行中
下一篇: Bootstrap:中间内容?