Tailwind CSS Classes

Tailwind CSS class .-inset-px

    <div class="relative h-40 inline-block relative bg-gray-100 w-24 h-24">
        <div class="absolute -inset-px p-6 bg-teal-400 text-sm"></div>
    </div>

Preview

Are you tired of writing HTML by hand?

More Tailwind CSS classes in Positioning category

© 2024 Shuffle. All rights reserved.