Submitted almost 3 years ago
testimonials grid section using html and css
@Salman-sajib
Design comparison
SolutionDesign
Solution retrospective
I just changed the background color of couple of cards. I think it looks good.
Community feedback
- @denieldenPosted almost 3 years ago
Hi Salman, congratulations great job!
Nice colors, they look good on us :)
I took a look at your solution and I have a suggestion for better centering elements in the screen: try using flexbox and adding these properties to the
main
tag:display: flex; align-items: center; justify-content: center;
Hope this helps. Happy coding!
Marked as helpful1 - @rsrclabPosted almost 3 years ago
Hi, @Salman311291 ~
Great work! I have studied your work, but I think using BEM structure will improve your work more.
Happy coding!
Marked as helpful1
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