Lesson 10 of 3033%

(Progress persistence is disabled until Phase 9)

Tailwind CSS
Beginner

Text Alignment

Aligning text inside its container.

Use text-{alignment} to align text.

Options

  • text-left
  • text-center
  • text-right
  • text-justify
<h2 class="text-center">Centered Heading</h2>
<p class="text-right">Right-aligned text.</p>
Try It Yourself

Lesson Progress

Take QuizBuild a Tailwind CSS Project