1. タイポグラフィ
  2. text-decoration-style

タイポグラフィ

text-decoration-style

テキスト装飾のスタイルを制御するためのユーティリティ。

クラススタイル
decoration-solid
text-decoration-style: solid;
decoration-double
text-decoration-style: double;
decoration-dotted
text-decoration-style: dotted;
decoration-dashed
text-decoration-style: dashed;
decoration-wavy
text-decoration-style: wavy;

基本的な例

decoration-dotteddecoration-dashed のようなユーティリティを使用して、要素のテキスト装飾スタイルを変更します。

decoration-solid

すばやい茶色のキツネがのろまな犬を飛び越えます。

decoration-double

すばやい茶色のキツネがのろまな犬を飛び越えます。

decoration-dotted

すばやい茶色のキツネがのろまな犬を飛び越えます。

decoration-dashed

すばやい茶色のキツネがのろまな犬を飛び越えます。

decoration-wavy

すばやい茶色のキツネがのろまな犬を飛び越えます。

<p class="underline decoration-solid">The quick brown fox...</p>
<p class="underline decoration-double">The quick brown fox...</p>
<p class="underline decoration-dotted">The quick brown fox...</p>
<p class="underline decoration-dashed">The quick brown fox...</p>
<p class="underline decoration-wavy">The quick brown fox...</p>

レスポンシブデザイン

プレフィックスa text-decoration-style ユーティリティ md: のようなブレークポイントバリアントとともに使用して、ユーティリティを適用するのはmedium 画面サイズ以上

<p class="underline md:decoration-dashed ...">
Lorem ipsum dolor sit amet...
</p>

バリアントの使用方法の詳細については、バリアントのドキュメントをご覧ください。

Copyright © 2025 Tailwind Labs Inc.·商標ポリシー