Problem: Top-of-page banner.
Solution#
<div class="bg-blue-600 px-4 py-2 text-center text-sm text-white">Nakshora 3.1 is out — <a class="underline font-medium">read more</a></div>Why this works#
Full-width strip above the navbar.
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
