360° Viewer Component
A Brutalism-style 360° Viewer Component that showcases a rotating image in a raw and bold design, with responsive effects and dark theme support using Tailwind CSS.
HTML Code
<div class="flex flex-col items-center justify-center min-h-screen bg-gray-900 text-white p-4">
<h1 class="text-4xl font-bold mb-4">360° Viewer</h1>
<div class="relative w-full max-w-3xl h-96 bg-gray-800 border-4 border-white rounded-lg overflow-hidden shadow-lg">
<img src="https://picsum.photos/800/600" alt="360° view" class="absolute inset-0 w-full h-full object-cover transform transition-transform duration-700 ease-in-out hover:rotate-12 hover:scale-105"/>
<div class="absolute bottom-0 left-0 right-0 bg-black bg-opacity-50 p-4">
<h2 class="text-2xl font-semibold">View from all angles</h2>
<p class="text-sm">Hover to rotate the view</p>
</div>
</div>
<div class="mt-4">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="User Avatar" class="w-16 h-16 rounded-full border-2 border-white" />
<p class="mt-2">Created by: John Doe</p>
</div>
</div>
Related Components
360_Viewer_Component
A simple, responsive 360° viewer component with microinteraction focus for business/corporate websites, featuring earth tones and dark mode support. Designed to simulate an interactive 360 viewer, allowing users to 'click and drag' to rotate an image.
360° Viewer Component
A retro/vintage styled 360° viewer component for showcasing work or products in a portfolio, designed using Tailwind CSS with a complex interface featuring multiple interactive elements and supporting dark mode.
360° Viewer Component
A responsive 360° Viewer Component with skeuomorphic design, triadic color scheme, and dark theme support. Designed for dashboard data visualization and control panels.