How to implement horizontal scrolling using Flexbox

Horizontal scrolling using FlexboxIf you create websites, chances are you have
been asked to create a horizontal scrolling component. It is extremely easy to
implement this using just a few lines of Flexbox. Let me show you how.

Project Layout
We need to create a container that will contain all the images that we want to
scroll. Here is the code:

Source: www.freecodecamp.org