How can I expand a child div to 100% screen width if the container div is smaller?
You can set the width based on the vw (viewport width). You can use that value too using the calc function, to calculate a left-margin for the div. This way you can position it inside the flow, but still sticking out on the left and right side of the centered fixed-width div. Support is pretty … Read more