What's wrong with my CSS , elements move and overlap when resizing window to smaller size?
Ok , so below is my CSS AND HTML code. I have been using percentage for the divs so that those divs can re-adjust to bigger screen sizes . The annoying thing is that when I resize the window to a smaller size on my computer , those elements keep moving till they overlap and I don't want that . How can I use percentages to make those divs re-adjust to bigger resolutions , yet not move when resizing the window to a smaller size based on the CSS and HTML I have below Here is the CSS body{ background:#F4F4F4; background-size:100%; width:100%; height:100%; margin:0 auto; min-width:1300px; min