Managing to use flexbox
layout; my attainment rises...
Had some trouble at the start; I tried to over-engineer the solution. Layout was breaking and there were too many variables. I took a step back and found it easier to use flex-end
and gap
to solve my problem.
Also, trying to match the design without a design file is much harder than having a Figma file.
What specific areas of your project would you like help with?Using flexbox
; how would one center the main object (card) horizontally and vertically (without .attribution
affecting the alignment), and still have .attribution
be right below that main object, without using position
on the .attribution
?