As someone who is new to web development, I am in search of a simple solution that allows my developing page to dynamically resize according to the window size without disrupting the layout. Additionally, I am trying to center the page, but experiencing issues where elements move out of place as I resize the window. Any guidance on this matter would be greatly appreciated.
To facilitate testing, I have uploaded the code onto a server for easy viewing. This project is voluntary and will eventually serve as part of a language education tool. My main focus right now is ensuring that the layout adjusts seamlessly without any distortion.
Currently, I find myself manually zooming out when the screen resolution is low to fit the layout properly within the screen.
In my CSS, I am using absolute positioning to align page elements against the background image; it's crucial that they are positioned correctly to blend into the background pattern effectively.
You can access the page at , and view the source code there.
Once again, I welcome any helpful suggestions, but please refrain from commenting if you do not have anything constructive to add. Thank you.