Back to typography Classes

underline

Usage

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

Examples

Here are some examples of how to use the underline class:

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

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