360° Viewer Component
A 360° viewer component designed in a brutalist style, featuring high contrast and unusual layouts, supporting dark theme and responsive design effects.
HTML Code
<div class="bg-gray-900 text-white p-8 rounded-lg shadow-lg flex flex-col items-center">
<h2 class="text-3xl font-bold mb-6">360° Viewer</h2>
<p class="text-lg mb-4">Explore the 360° view of the object.</p>
<div class="w-full h-64 border-4 border-white overflow-hidden rounded-lg flex items-center justify-center">
<img src="https://picsum.photos/600/400?random=1" alt="360 View" class="transform duration-500 hover:scale-105"/>
</div>
<div class="mt-6 flex space-x-4">
<img src="https://randomuser.me/api/portraits/men/1.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-4 border-white shadow-lg"/>
<img src="https://randomuser.me/api/portraits/women/1.jpg" alt="Avatar" class="w-12 h-12 rounded-full border-4 border-white shadow-lg"/>
</div>
</div>
Related Components
360° Viewer Component
A 360° viewer component designed with microinteractions, featuring responsive effects and dark theme support using Tailwind CSS.
360° Viewer Component
A simple 360° viewer component utilizing Glassmorphism style and responsive design with dark mode support.
360 Viewer Component
A 360° Viewer Component with dark mode support and responsive design, built with Tailwind CSS. Requires no JavaScript, using only CSS for styling and responsiveness.