Problem: Columns gallery.
Solution#
<div class="columns-2 gap-4 md:columns-3 [&>img]:mb-4 [&>img]:w-full [&>img]:rounded-xl">
images…
</div>Why this works#
CSS columns approximate masonry without JS.
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
