in English

ジャンボトロン

ヒーロー ユニット スタイルのコンテンツを表示するための軽量で柔軟なコンポーネント。

オプションでビューポート全体を拡張して、重要なマーケティング メッセージをサイトに表示できる、軽量で柔軟なコンポーネントです。

こんにちは世界!

これは単純なヒーロー ユニットであり、注目のコンテンツや情報に特別な注意を引くための単純なジャンボトロン スタイルのコンポーネントです。


タイポグラフィとスペーシングのユーティリティ クラスを使用して、より大きなコンテナー内でコンテンツの間隔を空けます。

もっと詳しく知る
<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>
  <a class="btn btn-primary btn-lg" href="#" role="button">Learn more</a>
</div>

ジャンボトロンを全幅にし、角を丸くしないようにするには、.jumbotron-fluid修飾子クラスを追加して、.containerまたは.container-fluid内に a を追加します。

流体ジャンボトロン

これは、親の水平方向のスペース全体を占める修正されたジャンボトロンです。

<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>