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 Tag Cloud Component with Neumorphism design style, responsive effects, and dark theme support using Tailwind CSS.
Tag Cloud Component 13
A Tag Cloud component designed with Neumorphism style. It features a soft UI style with elements appearing to extrude from the background using subtle shadows. The component supports responsive design and dark themes.
Retro Tag Cloud Component
A responsive Tag Cloud Component using Tailwind CSS, with a Retro/Vintage design aesthetic, Pastel color scheme, and simple complexity. Suitable for a portfolio, including dark mode support.