Back to typography Classes

line-through

Usage

<div class="line-through">
  <!-- Your content here -->
</div>

Examples

Here are some examples of how to use the line-through class:

<!-- Basic usage -->
<div class="line-through">Content</div>

<!-- With other classes -->
<div class="line-through p-4 bg-white">Content with padding and background</div>