Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Invalid Height Value

Identify the sizing utility that isn't in the default scale.

Codehtml
<div class="w-full h-100">
  Panel
</div>

What is the bug in these sizing classes?