Back to typography Classes

text-lg

Usage

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

Examples

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

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

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