text-lg: Tailwind CSS Font Size class

The text-lg class applies a larger font size (large), slightly bigger than the base size.


text-lg

The text-lg class applies a larger font size (large), slightly bigger than the base size.

Example Code

html
<div class="p-5 font-bold bg-gray-100 rounded-t-md">
<h3 class="text-gray-500">text-lg</h3>
<p class=" text-gray-700 text-lg">
Jinxed wizards pluck ivy from the big quilt.
</p>
</div>

Preview

text-lg

Jinxed wizards pluck ivy from the big quilt.

How to Use

Add the text-lg class directly to your HTML element:

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

Responsive Usage

Use Tailwind's responsive prefixes to apply text-lg at specific breakpoints:

html
<div class="sm:text-lg md:text-lg lg:text-lg">
Responsive element
</div>
  • sm:text-lg — applies from 640px and up
  • md:text-lg — applies from 768px and up
  • lg:text-lg — applies from 1024px and up

Customization

You can extend or override this utility in your tailwind.config.js. See the Tailwind CSS documentation for details on customizing your theme.

Windframe is an AI visual editor for rapidly building stunning web UIs & websites

Start building stunning web UIs & websites!

Build from scratch or select prebuilt tailwind templates