#212121
HTML +TailwindCSS
1<div class="bg-sky-700 rounded-2xl shadow-sm shadow-sky-500 outline outline-slate-400 -outline-offset-8"> 2<div class="group overflow-hidden relative after:duration-500 before:duration-500 duration-500 hover:after:duration-500 hover:after:translate-x-24 hover:before:translate-y-12 hover:before:-translate-x-32 hover:duration-500 after:absolute after:w-24 after:h-24 after:bg-sky-700 after:rounded-full after:blur-xl after:bottom-32 after:right-16 after:w-12 after:h-12 before:absolute before:w-20 before:h-20 before:bg-sky-400 before:rounded-full before:blur-xl before:top-20 before:right-16 before:w-12 before:h-12 hover:rotate-12 flex justify-center items-center h-56 w-80 bg-neutral-900 rounded-2xl outline outline-slate-400 -outline-offset-8"> 3 <div class="z-10 flex flex-col items-center gap-2"> 4 <span class="text-slate-400 text-6xl font-bold">JR </span> 5 <p class="text-gray-50">Frontend developer</p> 6 </div> 7</div> 8</div> 9
269 views
Variation of acard
269 views
Variation of acard
Comments
MIT License