Componente pulsante Segui
Un componente del pulsante follow progettato in stile brutalismo con un contrasto elevato e un aspetto grezzo e audace. È reattivo e supporta temi scuri.
Codice HTML
<div class="flex flex-col items-center justify-center p-6 bg-white dark:bg-gray-800 rounded-lg shadow-lg">
<img class="mb-4 rounded-full border-4 border-black dark:border-white" src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" width="100" height="100">
<h2 class="text-2xl font-bold text-black dark:text-white mb-2">Follow Us</h2>
<p class="text-gray-700 dark:text-gray-300 text-center mb-4">Join our community and stay updated with our latest content!</p>
<a href="#" class="px-4 py-2 text-lg font-bold text-white bg-black dark:bg-white dark:text-black border-4 border-black dark:border-white hover:bg-gray-600 dark:hover:bg-gray-300 transition-all duration-300">Follow</a>
</div>
Componenti correlati
Pulsante Segui
Un semplice pulsante Segui con stile Material Design, effetti reattivi e supporto per temi scuri.
Glassmorphism Pulsante Segui
Componente del pulsante Segui Glassmorphism per i social media con tema scuro
Pulsante Segui
Componente del pulsante Segui dell'interfaccia utente in modalità oscura con effetti reattivi e supporto per temi scuri.