How to horizontal scroll square boxes in a mobile view in html/css?
问题 I have a website which looks perfect on the desktop view. I have created the fiddle as well so that its easy to make changes. The snippets of CSS codes which I have used in order to align the squares in a row are: .squares { display: flex; justify-content: space-between; align-items:center; padding: 1rem; flex-wrap: wrap; } .squares .square { width: 13%; text-align: center; height: 150px; padding-top: 1%; padding-left: 1%; padding-right: 1%; border-style: solid; border-width: 3px; border