Back to typography Classes

text-base

Usage

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

Examples

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

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

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