Design comparison
Solution retrospective
It was really interesting working on this.
While setting up cards, I got confused while using flex, do you think I could have done with the display: inline-block; ?
please suggest which one is to use
Community feedback
- @argelomnesPosted about 5 years ago
Hi Pranav,
This is a good start! Did you skip the mobile version?
The way you grouped the items inside
.blocks
is good. inline-flex and inline-block will display the container itself inline so a better approach would bedisplay: flex;
1@pranavbegadePosted about 5 years ago@argelomnes Thanks for your feedback! I haven't learned how to make it responsive so yeah the mobile version is not there.
Ok, I will keep your suggestions in mind and will go through the display:flex; and understand how it works.
and thank you so much for your valuable feedback, really need that!
0@mattstuddertPosted about 5 years ago@pranavbegade nice work on this challenge! If you would like to dive into building responsive websites, here's a great Udacity course on responsive web design.
Keep up the great work!
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