40
loading...
This website collects cookies to deliver better user experience
flex, pt-4, text-center
and rotate-90
that can be composed to build any design, directly in your markup.<figure class="bg-gray-100 rounded-xl">
<img class="w-32 h-32" src="/sarah-dayan.jpg" alt="" width="384" height="512">
<div class="pt-6 space-y-4">
<blockquote>
<p class="text-lg">
“Tailwind CSS is the only framework that I've seen scale
on large teams. It’s easy to customize, adapts to any design,
and the build size is tiny.”
</p>
</blockquote>
<figcaption>
<div>
Sarah Dayan
</div>
<div>
Staff Engineer, Algolia
</div>
</figcaption>
</div>
</figure>
pt-6
represents padding-top: 1.5rem;
tailwind.config.js
file. One can tamper right into Tailwind and can also add custom plugins , changes made will be reflected in the final stylesheet.