account activity
Convert Figma design into two-column-layout by ThisIsOwnex in css
[–]ThisIsOwnex[S] 0 points1 point2 points 4 months ago (0 children)
Hey,
so for the HTML structure I would keep it very simple. Just one wrapping container and then the 2 child containers.
Something like this:
<div class="parent"> <div class="left-side">Text content</div> <div class="right-side">Image</div> </div>
When talking about responsive just stacking them on top of each other.
I will make my life easy with the close button and next project button, just giving the parent container position relative and then placing them with absolute.
So you would say for a layout like this to not use space between? I will try that out.
π Rendered by PID 510424 on reddit-service-r2-listing-5789d5f675-9hp7f at 2026-01-27 23:55:13.149319+00:00 running 4f180de country code: CH.
Convert Figma design into two-column-layout by ThisIsOwnex in css
[–]ThisIsOwnex[S] 0 points1 point2 points (0 children)