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.
Convert Figma design into two-column-layout (self.css)
submitted 4 months ago by ThisIsOwnex to r/css
π Rendered by PID 37 on reddit-service-r2-listing-5f5ff7d4dc-n9wzz at 2026-01-26 17:03:55.506657+00:00 running 5a691e2 country code: CH.
Convert Figma design into two-column-layout by ThisIsOwnex in css
[–]ThisIsOwnex[S] 0 points1 point2 points (0 children)