...

/

Problem: Horizontally Scrollable Equal Height Cards

Problem: Horizontally Scrollable Equal Height Cards

Try to create a horizontally scrollable row of equal height cards using Flexbox and CSS scroll snap for smooth, snap-aligned navigation.

Problem description

A .scroller container holds multiple .card items of varying content heights. The task is to:

    ...