Design comparison
Solution retrospective
I was able to use grid to get it to be responsive as well as set card sizes without setting fixed widths and heights. Also used rem for everything instead of px.
What challenges did you encounter, and how did you overcome them?I didn't find anything particularly challenging. I felt that I improved on setting the card sizes without using fixed sizes.
What specific areas of your project would you like help with?The one thing I found difficult was setting the responsiveness for mobile. I had to set a fixed width to get the cards to be the same width when stacked on top of each other with flexbox. Is there a better way I could have done this without setting the fixed width?
Community feedback
- @jaiden-leePosted 6 months ago
The site is very good and very clean. It is also responsive for the most part. One suggestion I have is for the mobile layout, the sizes of the cards don't shrink when the width gets too small. To do this, I would set a max-width property, rather than a specified width. This would allow for the mobile layout to have a max-size (so it doesn't keep growing), but would also be able to shrink for smaller widths. I would also use box-sizing: border-box with the top colored borders on the cards.
1
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