Back to typography Classes

text-4xl

Usage

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

Examples

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

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

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