Back to typography Classes

no-underline

Usage

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

Examples

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

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

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