Problem: Product video.
Solution#
<div class="mx-auto max-w-4xl overflow-hidden rounded-2xl border shadow-2xl">
<div class="aspect-video bg-slate-950 grid place-items-center text-white">▶ Watch the demo</div>
</div>Why this works#
Bordered video frame + shadow.
Variants#
- Responsive: add screen prefixes to the core classes
- Dark: pair each color utility with its dark: twin
- Animated: add
transition+ a state variant for motion
Related recipes#
cookbook/index|Cookbook index · utilities/index|Utilities reference · patterns/index|Layout patterns
