Follow Button Component
A follow button component designed in the brutalism style with high contrast and a raw, bold appearance. It is responsive and supports dark themes.
HTML Code
<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>
Related Components
Glassmorphism Follow Button
A responsive follow button with Glassmorphism design, dark mode support, using Tailwind CSS.
Follow Button Component
A responsive follow/unfollow button component suitable for event and conference websites, featuring gradient transitions, dark mode support, and a bright accent color. It includes a subtle hover effect and changes text and background on click (simulated).
Cyberpunk Follow Button Component
A complex, cyberpunk-themed 'Follow' button component for CRM/business tools, featuring a forest/green color palette, dark backgrounds, and bright neon accents, with full responsiveness and dark mode support.