Design comparison
Solution retrospective
It is the first time I use grid, it was difficult for me but by searching for information I was able to get it.
What challenges did you encounter, and how did you overcome them?Grid. Searching info.
What specific areas of your project would you like help with?Any feedback is always good.
Community feedback
- @matbac85Posted 8 months ago
Hello !
Here's my feedback, but I should point out that I'm also learning, so I can't help you much.
I've also just finished this challenge and found it a bit tricky with the use of grids.
My solution is quite similar to yours, so I don't have much to say. I've organised my HTML differently (a header with the text above and a main with different sections for the cards). I saw that you'd added articles. I think that's good too.
What I've noticed, and what I've often been asked to correct, is the height in px and fixed. Apparently, it's better to avoid this. The same goes for element widths. The width property is deprecated.
Finally, for your media queries, you shouldn't use px, but rem.
Good job !
Marked as helpful0
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