Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Misreading the Spacing Scale

Find the incorrect assumption in this spacing comment.

Codehtml
<!-- p-4 applies 4px of padding on all sides -->
<div class="p-4">
  Card
</div>

What is wrong with the comment describing 'p-4'?