How to achieve this layout using CSS
So I am in a container with max-width of 1200px and in the container I have a flex parent with two child and I want the right child to be at the edge of screen like the (attached image), however the container is important because the other sections are within that container.
1 Reply
i would make 3 column grid set up and make that 1st row span col2 and col3 and the rest would sit in the col2 but you would probably adjust the max width so the col2 is actually that 1200px
https://codepen.io/MannixMD/pen/jOQQbEo?editors=1100