Explore Library
Tailwind CSSIntroduction & Core Concepts

42 items

Code QuizBeginner

Reading a Margin Prefix

Find the incorrect description of a margin utility.

Codehtml
<!-- mt-4 adds margin to the bottom of the element -->
<div class="mt-4">
  Section
</div>

What is wrong with the comment about 'mt-4'?