I created a login screen for my website class term project which is due soon. It looks great, but I noticed that when I resize the browser, the entire page falls apart. Everything starts overlapping each other, which is quite comical.
I've tried using percentages in my CSS, with just a few pixel values here and there, but about 99% of my CSS is in percentages. I've also utilized div sections for organizing my content, including the login form.
Despite these efforts (which were the most suggested solutions from my research), the page still doesn't respond well when the browser is resized to a smaller size. It seems to only work properly at the specific screen size I designed it for.
In fact, when I brought the code home from work and loaded it on my laptop, I noticed that even with the browser at full size, some elements were still overlapping. This is concerning because I fear that everything will be a mess on different resolutions when it comes time to present at the end of the semester!
Thank you in advance for any help!