Bootstrap4の汎用クラスー整列、折り返し、太さなど、Textに適用させるclass

Bootstrap4の汎用クラスー整列、折り返し、太さなど、Textに適用させるclass

Bootstrap4は、特定の要素に特定のスタイルを適用するためのclassをあらかじめ準備しています。今回は、整列、折り返し、太さなど、Textに適用させるclassを整理しました。

テキストの整列

text-justify  テキストの両端揃え

text-left  テキストの左寄せ

text-center  テキストの中央寄せ

text-right  テキストの右寄せ

テキストの折り返し

text-nowrap

文字の太さなど

font-weight-bold

font-weight-normal

font-weight-light

font-italic