A customizable shadow shift button component built with Tailwind CSS.
To use this component in your project, copy the code and paste it into your HTML file. You can customize the component by modifying the Tailwind CSS classes.
<a class="group relative inline-block focus:ring-3 focus:outline-hidden" href="#">
<span
class="absolute inset-0 translate-x-1.5 translate-y-1.5 bg-[#FA812F] transition-transform group-hover:translate-x-0 group-hover:translate-y-0"
></span>
<span
class="relative inline-block border-2 border-[#FEF3E2] px-8 py-3 text-sm font-bold tracking-widest text-[#FEF3E2] uppercase"
>
Download
</span>
</a>This component is fully responsive and adapts to different screen sizes. Use the viewport controls above to preview how it looks on different devices.
Optimized for screens smaller than 640px
Optimized for screens between 640px and 1024px
Optimized for screens larger than 1024px