I am struggling with a specific layout which I would like to achieve - see attachment for details. There is a section W=100%, in the section there is a gray background W=80%.
Here comes the tricky part: Within this section and on top of the gray background I would like to have a 2 column setup (flex) - right aligned to the browser window.
Maybe someone has an idea on how to approach something like this. Thanks!
You’re right.
The column setup should be 100% width, Display Flex, Justify Right. Padding top and bottom 100px. Position Relative.
Now place in it a div for the text content, give it 35% width. And another div for the image with a width of 50%.