text-justify

bootstrap5.css

bootstrap5.css
.text-justify {
  text-align: justify !important;
}

html bootstrap5 Sample

文字を均等割付(幅前提)する:text-justify


Bootstrapで、文字を均等割付する。

  <p class="text-justify">Bootstrapで、文字を均等割付する。</p>