Tag Cloud Component
A responsive tag cloud component with engaging animations, using a monochromatic color scheme suitable for a portfolio.
HTML Code
<div class="p-6 bg-gray-800 text-white dark:bg-gray-900">
<h2 class="text-2xl font-semibold mb-4">Tag Cloud</h2>
<div class="flex flex-wrap">
<a href="#" class="m-2 p-3 bg-blue-600 hover:bg-blue-700 transition duration-300 ease-in-out rounded shadow-lg transform hover:scale-105">Web Design</a>
<a href="#" class="m-2 p-3 bg-blue-600 hover:bg-blue-700 transition duration-300 ease-in-out rounded shadow-lg transform hover:scale-105">Development</a>
<a href="#" class="m-2 p-3 bg-blue-600 hover:bg-blue-700 transition duration-300 ease-in-out rounded shadow-lg transform hover:scale-105">Photography</a>
<a href="#" class="m-2 p-3 bg-blue-600 hover:bg-blue-700 transition duration-300 ease-in-out rounded shadow-lg transform hover:scale-105">Branding</a>
<a href="#" class="m-2 p-3 bg-blue-600 hover:bg-blue-700 transition duration-300 ease-in-out rounded shadow-lg transform hover:scale-105">UI/UX</a>
<a href="#" class="m-2 p-3 bg-blue-600 hover:bg-blue-700 transition duration-300 ease-in-out rounded shadow-lg transform hover:scale-105">Digital Marketing</a>
</div>
</div>
Related Components
Tag Cloud Component
A simple, clean, and vibrant tag cloud component suitable for business environments, specifically designed for booking/reservation systems. It's responsive and includes dark mode support.
Tag Cloud Component
A responsive tag cloud component with a monospace/developer design, neon/electric color scheme, and dark mode support, suitable for entertainment/media platforms.
Tag Cloud Component
A Tag Cloud Component with Glassmorphism design, featuring responsive effects and dark theme support.