Design comparison
Solution retrospective
Happy for any feedback. Thanks 😊
Community feedback
- @AgataLiberskaPosted over 3 years ago
Hi @Ashishkumar1676600, well done on this challenge, it looks great! The only thing I would correct is that when the page is in one column, I think the heading text would look better centered on the page, rather than aligned to the left.
Also, I see that you used separate classes for each of your review cards to position them. You could've used a pseudo class on your 'review' class, like
:nth-of-type(2)
. Not saying that going with a separate class is a worse choice at all, just wanted to mention those pseudo classes in case you weren't aware.Hope this helps :)
0
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