Marketing Buttons Base with rotate and expand on hover

Live Preview
<a
      class="inline-block rounded-sm bg-indigo-600 px-8 py-3 text-sm font-medium text-white transition hover:scale-110 hover:rotate-2"
      href="#"
    >
      Download
    </a>

    <a
      class="inline-block rounded-sm border border-current px-8 py-3 text-sm font-medium text-indigo-600 transition hover:scale-110 hover:rotate-2"
      href="#"
    >
      Download
    </a>

    <a
      class="inline-block rounded-sm bg-indigo-600 px-8 py-3 text-sm font-medium text-white transition hover:scale-110 hover:-rotate-2"
      href="#"
    >
      Download
    </a>

    <a
      class="inline-block rounded-sm border border-current px-8 py-3 text-sm font-medium text-indigo-600 transition hover:scale-110 hover:-rotate-2"
      href="#"
    >
      Download
    </a>

Related components

More items from the merged UI library.

View all