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 360-degree viewer component with Glassmorphism design, monochromatic color scheme, and moderate complexity. It's designed for blog/content purposes, is responsive, and supports dark mode using Tailwind CSS. No JavaScript is included, only HTML with Tailwind classes. Uses picsum.photos for images.
360° Viewer Component
A 360° Viewer Component designed with a skeuomorphic style, utilizing a grayscale color scheme. It features a medium complexity interface suitable for social media applications, supporting both light and dark themes.
360° Viewer Component
A Material Design inspired 360° Viewer Component with vibrant colors for showcasing work or products, with responsive design and dark mode support.