display-3
bootstrap5.css
bootstrap5.css
.display-3 {
font-size: 4.5rem;
font-weight: 300;
line-height: 1.2;
}
html bootstrap5 Sample
displayで文字の大きさを変える:display-*
ジャンボトロン:jumbotron
ジャンボトロンを全幅で表示する:jumbotron-fluid
Fluid jumbotron
これは全幅のジャンボトロンのサンプルです。
<div class="jumbotron jumbotron-fluid">
<div class="container">
<h4 class="display-3">Fluid jumbotron</h4>
<p class="lead">これは全幅のジャンボトロンのサンプルです。</p>
</div>
</div>