Jumbotron
Ngwa dị fechaa, na-agbanwe agbanwe maka igosipụta ọdịnaya ụdị otu dike.
Akụkụ dị fechaa, na-agbanwe agbanwe nke nwere ike ịgbatị ihe nlele niile iji gosipụta ozi ahịa isi na saịtị gị.
Ndewo Ụwa!
Nke a bụ otu dike dị mfe, ngwa ngwa jumbotron dị mfe maka ịkpọkwu nlebara anya na ọdịnaya ma ọ bụ ozi egosipụtara.
Ọ na-eji klaasị ịba uru maka ịdepụta na ohere maka ọdịnaya dị n'ime nnukwu akpa.
<div class="jumbotron">
<h1 class="display-4">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>
Iji mee ka jumbotron obosara zuru oke, na-enweghị akụkụ gbara okirikiri, gbakwunye .jumbotron-fluid
klaasị modifier wee tinye otu .container
ma ọ bụ .container-fluid
n'ime.
Jumbotron mmiri
Nke a bụ jumbotron gbanwetụrụ nke na-ejide oghere niile nke nne na nna ya.
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h1 class="display-4">Fluid jumbotron</h1>
<p class="lead">This is a modified jumbotron that occupies the entire horizontal space of its parent.</p>
</div>
</div>