Problem: Trusted-by strip.
Solution#
<div class="flex flex-wrap items-center justify-center gap-x-12 gap-y-6 opacity-60 grayscale">
logos…
</div>Why this works#
grayscale + opacity unifies mismatched logos.
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
