Back to typography Classes

text-xs

Usage

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

Examples

Here are some examples of how to use the text-xs class:

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

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