Problem: Radial glow hero.
Solution#
<section class="relative overflow-hidden bg-slate-950 py-32 text-white">
<div class="absolute left-1/2 top-0 -translate-x-1/2 size-[800px] rounded-full bg-blue-600/30 blur-3xl"></div>
<div class="relative container mx-auto px-6 text-center">content</div>
</section>Why this works#
Blurred orb = the modern glow.
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
