Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I'm proud of the fact that now I am able to understand what concepts do I need to use to get the job done.
What challenges did you encounter, and how did you overcome them?I think the biggest challenge was to align the reviews in a staircase layout just like how they are aligned in the preview.
Here's my approach:
- I set the width of the container to a slightly larger with compared to the items inside.
- After that I did
align-self
on all the items inside the container giving them valuesstart
,center
andend
I would like some advice on my approach that I used to align the items. Is there a better way to do it?
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