design-elite-dark-mode-card-v10
Carte de produit/service avec effets de survol 3D.
Note :
Design Elite
Parfait pour présenter vos "Packages PEXMIR PRO" de manière luxueuse et moderne sur une page de vente.
Utilité :
<script src="https://cdn.tailwindcss.com"></script>
<div class="group bg-[#16161a] border border-white/5 p-1 rounded-[32px] transition-all hover:border-blue-500/50 max-w-[300px] mx-auto cursor-pointer">
<div class="bg-[#0c0c0e] rounded-[30px] p-6 text-center">
<div class="w-full h-40 bg-gradient-to-br from-gray-800 to-black rounded-2xl mb-6 overflow-hidden relative">
<div class="absolute inset-0 flex items-center justify-center opacity-40 group-hover:scale-110 transition-transform duration-500">
<i class="fa-solid fa-cube text-6xl text-blue-500"></i>
</div>
</div>
<h3 class="text-white font-bold text-lg">PEXMIR PRO PACKAGE</h3>
<p class="text-gray-500 text-sm mt-2 mb-6 leading-relaxed">Solution complète pour automatisation Wix Studio.</p>
<div class="text-white font-black text-2xl mb-2">$499</div>
<div class="text-blue-500 text-[10px] font-bold tracking-widest uppercase">Elite Edition 2025</div>
</div>
</div>