Bootstrap4 教程
Jumbotron(超大屏幕)是Bootstrap4支持的一個(gè)特性,使用該功能可以增加標(biāo)題的大小,并為登陸頁面內(nèi)容添加更多的外邊距。
提示: Jumbotron 里頭可以放一些 HTML標(biāo)簽,也可以是 Bootstrap 的元素。
我們可以通過在 <div> 元素 中添加 .jumbotron 類來創(chuàng)建 jumbotron:
如果你想創(chuàng)建一個(gè)沒有圓角的全屏幕,可以在 .jumbotron-fluid 類里頭的 div添加 .container 或 .container-fluid 類來實(shí)現(xiàn):