Social proof section using Flexbox

Solution retrospective
Give me feedback about my solution :)
Please log in to post a comment
Log in with GitHubCommunity feedback
- @ApplePieGiraffe
Hey, Ananda Zulvansyah Putra! 👋
Nice job! Your solution looks pretty good and is responsive! 👍
I suggest,
- Setting a
max-width
on the main container or wrapper so that the content of the page doesn't look too stretched and the layout doesn't change too much on extra-large screens. - I think a little less padding to the left and right sides of the page in the desktop layout would give the content of the page some more room.
- Setting a
max-width
on the review boxes and testimonial cards might also be a good idea since they are quite wide when the layout first changes from desktop to mobile.
Keep coding (and happy coding, too)! 😁
- Setting a
- @Greeshma2903
Good work with the design,
- you can add some more margin top and bottom margin to the
.container
, for a cleaner look - maybe you can add
overflow: auto
tocontainer
, to enable the scroll option for smaller screens. Happy coding! :)
- you can add some more margin top and bottom margin to the
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