Tailwind CSS Classes

Tailwind CSS class .-space-x-0

    <div class="flex items-end -space-x-1 h-40">
        <div class="p-4 bg-teal-400 h-24 text-sm">1</div>
        <div class="p-4 bg-yellow-400 h-20 text-sm">2</div>
        <div class="p-4 bg-purple-400 h-12 text-sm">3</div>
    </div>

Preview

Are you tired of writing HTML by hand?

More Tailwind CSS classes in Positioning category

© 2024 Shuffle. All rights reserved.