Design comparison
Solution retrospective
Hello Guys! finally i just concluded the social-proof-section challenge, though it's quite stressful but I learnt a lot. I would like to get better approach towards forming layouts effectively.
kindly check and drop your reviews. Thanks.
Community feedback
- @DavidMorgadePosted about 2 years ago
Hello Akinyemi, congrats on finishing the challenge!
I would like to give you a little advice for your
testimonial-section
Grid.Instead of giving different
margins
to each testimonial you can use the propertyalign-self
on each of them, for example, the first one should bealign-self: flex-start
, the secondalign-self: center
and the last onealign-self: flex-end
, with that you will no need anymargin
to get the boxes effect!Hope my feedback helps you! great job!
Marked as helpful0
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