在Bootstrap的Jumbotron中居中按钮,可以通过以下步骤实现:
<div class="jumbotron">
<h1>Welcome to my website</h1>
<p>This is a sample Jumbotron.</p>
<button class="btn btn-primary btn-lg">Learn More</button>
</div>
text-center
,这将使按钮在水平方向上居中对齐。修改代码如下:<div class="jumbotron text-center">
<h1>Welcome to my website</h1>
<p>This is a sample Jumbotron.</p>
<button class="btn btn-primary btn-lg">Learn More</button>
</div>
这样,你就可以在Bootstrap的Jumbotron中居中按钮了。
关于Bootstrap和Jumbotron的更多信息,你可以参考腾讯云的产品文档和官方网站:
领取专属 10元无门槛券
手把手带您无忧上云