#e8e8e8
HTML +TailwindCSS
1<div class="w-60 h-80 bg-neutral-800 rounded-3xl text-neutral-300 p-4 flex flex-col items-start justify-center gap-3 hover:bg-gray-900 hover:shadow-2xl hover:shadow-sky-400 transition-shadow"> 2 <div class="w-52 h-40 bg-sky-300 rounded-2xl"></div> 3 <div class=""> 4 <p class="font-extrabold">Card title</p> 5 <p class="">4 popular types of cards in UI design.</p> 6 </div> 7 <button class="bg-sky-700 font-extrabold p-2 px-6 rounded-xl hover:bg-sky-500 transition-colors">See more</button> 8</div>
511 views
511 views
Comments
MIT License