Tailwind CSS Classes

Tailwind CSS class .top-px

    <div class="relative h-16 w-16 bg-gray-400 m-2">
        <div class="absolute top-px h-4 w-full bg-teal-400"></div>
    </div>

Preview

Check .top-px in a real project

Click one of the examples listed below to open the Shuffle Visual Editor with the UI library that uses the selected component.

More Tailwind CSS classes in Positioning category

© 2024 Shuffle. All rights reserved.