Design comparison
SolutionDesign
Solution retrospective
Hello world, I finished the four card feature challenge. I used CSS Grid to finish it. Is there any other solution to this? I read something about combining Flexbox and Grid. If you can have a look strongly appreciate it. Happy coding!
Community feedback
- @Ahmed-ElbaldPosted over 2 years ago
Hey Padawan,
I think your solution is great concerning using the right method (Flex or Grid) so you don't have to worry about that.
But actually I have some notes on other aspects:
- The top border of the card should be quite smaller. Its width could be just 5px
- Also I would have been better if you'd used the colors in the "style-guide" file without modifying them.
- And finally I think the
box-shadow
of the cards has a big spread. You can set the spread to zero and play around with the blur. Something like this5px 5px 10px 0px var(--color-paragraph)
.
I hope you find this helpful. Thank you
Marked as helpful0@soitirakisPosted over 2 years ago@Ahmed-Elbald thank you very much for the feedback. I will look to it and make the proper changes. Happy coding
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