Feedback Components Component
A brutalist-style feedback component with a pastel color scheme, moderate complexity, and responsive design with dark theme support. Designed for a portfolio to showcase feedback or testimonials.
HTML Code
<div class="min-h-screen bg-pink-100 dark:bg-stone-900 p-8 flex items-center justify-center">
<div class="max-w-4xl w-full bg-white dark:bg-stone-800 shadow-brutalist border-4 border-stone-900 dark:border-pink-500 p-8 md:p-12 relative">
<h2 class="text-3xl md:text-5xl font-extrabold text-stone-900 dark:text-pink-100 mb-8 border-b-4 border-stone-900 dark:border-pink-500 pb-4 inline-block">
Client Testimonials
</h2>
<div class="grid grid-cols-1 md:grid-cols-2 gap-8">
<!-- Testimonial 1 -->
<div class="bg-pink-200 dark:bg-stone-700 p-6 border-4 border-stone-900 dark:border-pink-500 relative group">
<p class="text-stone-800 dark:text-pink-200 text-lg mb-4 italic leading-relaxed">
"Working with [Your Name] was an absolute game-changer for my project. Their unique vision and relentless dedication brought my ideas to life in ways I hadn
Related Components
Feedback Components Component
A feedback component featuring a rating scale and a text area for comments, with responsive design and dark theme support.
Vibrant_Dark_Mode_Feedback_Component
A simple, vibrant feedback component designed for entertainment/media platforms with a dark mode UI to reduce eye strain. It features a prominent title, a sub-description, and a call-to-action button, all fully responsive.
Skeuomorphic Feedback Component (Simple, Earth Tones)
A simple skeuomorphic feedback component for a dashboard, using earth tones and designed to mimic real-world elements. Fully responsive with dark mode support.