What's the best way to build this layout responsively?
The text overlaps over the images, so I don't know how I should go about this... I don't yet have a mobile version, but I struggle figuring out the ideal way to make this layout shrink/wrap on smaller screen sizes. Should I use negative margins, absolute positioning (which I doubt) or something else that may be escaping me... And the backgound text, how would I get it to resize while still using position absolute to position it at the back?
3 Replies
If it's a website use the dev tools to find out how it was done. But if it were me making it, I'd have the entire background be one image to make things easy. Then the text is just normal text in the normal flow on top of the background image.
it's a figma design! thanks for answering!
Occam's razor—always search for the simplest solution!