Home » CSS » text-align
クリックで全選択状態になります。
.sample { text-align: right; }
.sample { text-align: center; }
.sample { text-align: left; }
.sample { text-align: justify; }
.sample{text-align: right;}
<p class="sample">スタイルシートcssサンプル</p>
スタイルシートcssサンプル
.sample{text-align: center;}
.sample{text-align: left;}
.sample{text-align: justify;}
text-align: justify;
justify is justified. But the Japanese are no less effective. When English is effective.justify is justified. But the Japanese are no less effective. When English is effective.justify is justified. But the Japanese are no less effective. When English is effective.
ノーマル
justifyは両端揃えですが日本語ではあまり効果は期待できない。
関連コンテンツ:スタイルシートについて 効率的なCSSソースの記述
サイトマップ1 サイトマップ2