I\'m completely new to Bootstrap so sorry if this is a silly question.
I am trying to center a form within a jumbotron: Everything in the jumbotron centers except th
All it really needs is a set width and an auto margin.
margin
width: 700px; margin: 0 auto;
However, you can also use bootstrap rows and columns if you wish.
0 讨论(0) 查看其它2个回答 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复