I am looking to create a row of images that aligns with the same margin-left
as other content on my webpage, similar to the title in the example image provided. This row of images should scroll horizontally and extend all the way to the edges of the page. The main content area has a max-width: 90rem
and is centered using margin: 0 auto
.
What would be your approach to achieving this design?