Design comparison
Solution retrospective
I think managing the display flex and grid
What challenges did you encounter, and how did you overcome them?Trying to span the cells on display grid, It was hard to find the right cells to span it
What specific areas of your project would you like help with?I am already working on it, display grid and flex
Community feedback
- @DanCodeCraftPosted 8 months ago
Well done, @Depaulaeduardo!
You inverted the order of the cards in the middle. To avoid this, it's generally advised to work on the mobile version first, so the order is always the right one.
I can also point out that you could consider changing your media query. It creates a weird layout in between screen sizes (the cards are not flexing, overlapping the screen, and the text in the middle becomes a huge pillar of letters. If I was seeing this on a tablet, I wouldn't be able to understand the content.
Some points you should consider on your CSS:
- A modern reset, so it fits every browser out there.
- Researching different CSS measure units, to avoid issues on bigger projects - the font size is a good example: use rem, never pixel.
- Try to use more descriptive names in your classes. If you open this same project 2 years from now, would you be able to understand it right away?
Keep up the good work!
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