Design comparison
SolutionDesign
Solution retrospective
I tried to position the review cards with flexbox
and positionning each card with align-self:
flex-start
, center
and flex-end
. The issue was the cards didn't resize the same way each other in Y-axis because the content. So I using transform : translate
to position them. If someone could say if there is a better way to do it, feel free to comment.
Community feedback
Please log in to post a comment
Log in with GitHubJoin our Discord community
Join thousands of Frontend Mentor community members taking the challenges, sharing resources, helping each other, and chatting about all things front-end!
Join our Discord