Explore Library
Tailwind CSSUtility Classes & the Utility-First Workflow

38 items

Code QuizBeginner

Font Size Utility

Identify the invalid text-size class name.

Codehtml
<h1 class="text-large font-bold">
  Heading
</h1>

The heading is not enlarged. What is the bug?