Design comparison
Solution retrospective
Hi!. So, this is my second challenge here. I tried my best to complete the challenge but I know it's not up to the mark. Tell me all your suggestions on what component I could have done better way and help me improve. Thanks.
Community feedback
- @asifkhan0410Posted over 3 years ago
the width of the comment card should be aligned with the rating cards above it gives a more sleek look. look for these style changes. .review-description - padding: 20px 3%; .bottom-review { display: flex; justify-content: space-between; } .bottom-reviews{ height: 180px; width: 30%; display: flex; align-items: center;}
1@asifkhan0410Posted over 3 years ago@asifkhan0410 learn flexbox!! your most task will become simple through it. flexbox froggy is a good place to start
0@ijyotimaurya150Posted over 3 years ago@asifkhan0410 Noted! 😃I know flexbox but I am too afraid to use it but I think it's time to re-learn again. Thank you so much. I will also look into flexbox froggy.
0 - @codeswithrohPosted over 3 years ago
This looks really good and I like the responsiveness as well. Well, the only think you could improve is to restrict the horizontal scroll in small screens. Except that everything else looks good.
1@ijyotimaurya150Posted over 3 years ago@codeswithroh Thanks! 😃 I will work on the horizontal scroll for small screens.
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