3D Push Button

Live Preview
<button class="relative group">
        <span
            class="absolute inset-0 w-full h-full transition duration-300 ease-out transform translate-x-1 translate-y-1 bg-black group-hover:-translate-x-0 group-hover:-translate-y-0"></span>
        <span class="absolute inset-0 w-full h-full bg-white border-2 border-black group-hover:bg-indigo-50"></span>
        <span class="relative text-black font-bold px-8 py-3 block uppercase tracking-tighter">Push the Limit</span>
    </button>

Related components

More items from the merged UI library.

View all