Quiz: Getting Started with Tailwind CSS
Test your understanding of how to get started with Tailwind CSS.
We'll cover the following...
We'll cover the following...
Technical Quiz
1.
Suppose we’ve wrapped all content in a container and want to center the design using the mx-auto
utility. What’s the correct way to do it?
A.
<div class=“container” align=“mx-auto”></div>
B.
<div class=“container mx-auto”></div>
C.
<div class=“mx-auto” container=“auto”></div>
D.
<div class=“container” align=“mx-auto”></div>
1 / 10