Submitted over 1 year agoA solution to the Social proof section challenge
Social Proof Section using FlexBox
@MukarramHaq

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-selfon all the items inside the container giving them valuesstart,centerandend
I would like some advice on my approach that I used to align the items. Is there a better way to do it?
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Mukarram Haq's solution.
Join 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