w-25
bootstrap5.css
bootstrap5.css
.w-25 {
width: 25% !important;
}
html bootstrap5 Sample
幅を指定する:w-25
長いテキストを省略記号:text-truncate w-25
25文字以上は省略されます。25文字以上は省略されます。25文字以上は省略されます。25文字以上は省略されます。
<p class="text-truncate w-25">25文字以上は省略されます。25文字以上は省略されます。25文字以上は省略されます。25文字以上は省略されます。</p>
20pxの太さのプログレスバー:style
プログレスバーにテキストラベルを追加する
<div class="progress" style="height: 20px;">
<!-- divにテキストを書くだけ -->
<div class="progress-bar w-25" role="progressbar" aria-valuenow="25" aria-valuemin="0" aria-valuemax="100">25%</div>
</div>