I’d like to recreate the grid styling of this portfolio homepage. Specifically, the styling image and text. The image is big and the text layout changes itself based on the screen size. I can’t get my image to a size to where I don’t have to scroll at all.
Any tips on how I can get closer the styling I’m trying to achieve? Would the Grid or Flex option be better for this? Apologies for any vagueness, I’m still new to the platform
(first post, excuse me if this is in the wrong place)
My website: Link (refer to “New - Homepage”)
The target: Link
hi @admachina this is not about the WF platform but about knowledge of CSS and HTML.
When you inspect their website with dev tool you can see they use 12 col grid for large screens, 8 for mid and 4 for small. You can also see thy use Tailwind so you can read what they are using for styling.
Anyway, as there is many ways how to build this simple layout it is up to you what approach you will use (12 cols or 2 cols or …)
I would like to only clarify that “no-code” is not equal to “no knowledge” WF is low-code platform for developers and at least basic knowledge is required to build responsive page or website.