My goal is to achieve a specific design:
I want two text blocks with some space in between them aligned around the midline of the page (refer to the image).
I have experimented with the float
property, as well as used margin
and padding
to create the gap, but I am struggling to center them.
UPDATE: I should mention that the arrows indicate the resizable parts: therefore, the width of the page can be adjusted while the text remains static. However, the text itself is dynamic and subject to change on different pages, so setting a fixed width in pixels is not feasible.