<div class="flex-gallery">
<div class="panel active" style="background-image: url('https://placehold.co/600x800/3b82f6/ffffff?text=Explore')">
<h3>Explore</h3>
</div>
<div class="panel" style="background-image: url('https://placehold.co/600x800/ec4899/ffffff?text=Create')">
<h3>Create</h3>
</div>
<div class="panel" style="background-image: url('https://placehold.co/600x800/10b981/ffffff?text=Design')">
<h3>Design</h3>
</div>
<div class="panel" style="background-image: url('https://placehold.co/600x800/f59e0b/ffffff?text=Build')">
<h3>Build</h3>
</div>
</div>
Back to Snippets
Expanding Flex Cards CSS
Create an engaging gallery where panels expand on hover. This unique accordion-style layout is perfect for highlighting featured content or services without taking up extra vertical space.
486