Design comparison
Solution retrospective
I'm proud that I could complete the project without any problems
What challenges did you encounter, and how did you overcome them?I did forget to add something like hover effect but good thing I checked others solutions before submitting. also I use w3schools if I forget any code
What specific areas of your project would you like help with?I'm not sure if I add any unnecessary elements also I add some comments so its easier to understand not sure if it's right way or not
Community feedback
- @cmdaltentPosted 3 months ago
Looks good to me! 👍 The solution is really close to actual design. Very good job.
As an improvement, I noticed you put margins on many items that are children of the
card_content
in order to get the desired spacing. Since spacing among the items in the container is the same in the design, I would suggest using thegap
property in thecard_content
to give all flex items the same spacing. That way, the individual items do not need to care about their spacing within their container, which would potentially increase reusability.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