Here's the issue I'm facing:
I currently have a header that spans 100% of the width of the screen. Following the header is my background image.
Within the body, there's a content box that is centered. As I resize the window, I want the background to be overlapped, meaning I'd like the content box to move to the left as I do so. Eventually, the box will reach a point where it can no longer shrink and will have a minimum width.
How can I ensure that the content box overlaps the background without affecting the header? (By the way, I am not sure which tags to use since this website requires them)
Thank you