?
This document uses PHP Chinese website manual Release
展示主角(hero)單位風(fēng)格內(nèi)容的輕量級(jí)靈活組件。
一個(gè)輕量級(jí),靈活的組件,可以選擇擴(kuò)展整個(gè)視口,以展示您網(wǎng)站上的關(guān)鍵營(yíng)銷(xiāo)信息。
<div class="jumbotron"> <h1 class="display-3">Hello, world!</h1> <p class="lead">This is a simple hero unit, a simple jumbotron-style component for calling extra attention to featured content or information.</p> <hr class="my-4"> <p>It uses utility classes for typography and spacing to space content out within the larger container.</p> <p class="lead"> <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a> </p></div>
為了使 jumbotron 完整寬度,并且沒(méi)有圓角,添加.jumbotron-fluid
修飾符類(lèi)并添加一個(gè).container
或.container-fluid
之內(nèi)。
<div class="jumbotron jumbotron-fluid"> <div class="container"> <h1 class="display-3">Fluid jumbotron</h1> <p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p> </div></div>