I am working with Bootstrap 5 and have created a column with multiple cards:
https://jsfiddle.net/fzxc1v69/
Currently, all the cards are displayed one below the other, but I want them to be lined up horizontally instead.
In my code, the .section
class is set to occupy the entire browser window (height: 100vh
).
The issue is that vertical scrolling is enabled, whereas I would prefer horizontal scrolling so that the cards align like this:
https://i.sstatic.net/pBEOQHGf.png
Can someone guide me on how to achieve this layout?