I have designed a relative container div
with full 100% width, housing 5 child elements within it.
These child elements are configured to be absolute positioned with specific top and left pixel values.
Despite this, when I resize my browser window, the child elements adjust and create unwanted scrollbars. I prefer them to remain in their current positions without moving. While I do plan to explore media queries in the future, for now I simply want the child elements to stay put within the parent div>.
You can view my test page here: