I've been facing a challenge with making my web page resizable. Even though I managed to center the elements using margin properties, whenever I try resizing the browser window, the logo and ship images lose their positions. They end up falling out of place, eventually stacking on top of each other in rows when the window becomes really small.
This issue occurs on a 15.6-inch screen when it is in full size. [![full size][1]][1]
Here is what happens when the window is resized:
[!resized][2]][2]
However, everything looks fine when the window is resized to its minimum width: [![min-width][3]][3]
I want to avoid the problem shown in the second picture while ensuring that the design works for both full-sized windows and minimum width windows. I have always struggled with positioning elements correctly based on different window sizes, and I hope to master this skill once and for all through this project.