Explore Library
Tailwind CSSUtility Classes & the Utility-First Workflow

38 items

Code QuizBeginner

Centering Flex Items

Spot the wrong utility for cross-axis alignment.

Codehtml
<div class="flex justify-center align-items-center">
  <span>Hi</span>
</div>

The item is centered horizontally but not vertically. What is the bug?