Explore Library
Tailwind CSSUtility Classes & the Utility-First Workflow

38 items

Code QuizBeginner

Text Alignment Class

Spot the wrong utility used to center text.

Codehtml
<p class="align-center">
  Centered text
</p>

The text is not centered. What is the bug?