I'm currently working on a design that resembles:
https://i.sstatic.net/hc5kv.jpg
In this design, the red lines represent the sides of the container. I have enclosed the content section within a container div as follows:
.container {
width: 1200px;
margin: 0 auto;
}
However, I would like the blue background div to extend all the way to the left of the screen while keeping the content inside the container. The challenge lies in finding the best approach to achieve this without breaking the content structure within the container.