Currently, I'm tackling a project (which entails utilizing HTML and CSS) that requires 4 images to be displayed in a row and scale accordingly to the user's screen width in order to avoid any overlapping issues.
My attempt to resolve this using white-space: nowrap;
only resulted in the unwanted addition of a horizontal scroll bar.
Your assistance would be greatly appreciated. Thank you in advance.