Responsive 3-column preview card component using flexbox and grid
Design comparison
Solution retrospective
I enjoyed coding this challenge, I tried to be as clean as possible!
Community feedback
- @vanzasetiaPosted over 2 years ago
Hi, Ricky! π
It's great to see you completing another challenge. It's been a while since the last feedback that I gave to you. Anyway, congratulations on completing this challenge! π Nice work on this challenge! π
There are two things that can be done better.
- Firstly, use CSS to uppercase the text. The uppercased word in the HTML will be spelled by the screen reader (spelled letter by letter).
- Secondly, I would recommend adding
max-width
to themain
element before the layout shift into three columns. If you see the site on range 500px to 967px, the cards are becoming too wide.
I would recommend writing the styling using the mobile-first approach next time. It often leads to shorter and better performance code. Also, mobile users won't be required to process all of the desktop styles.
I hope this helps! Happy coding! π
Marked as helpful1@pyaetheiNPosted over 2 years agoYouβre right I totally missed that breakpoint, thank you @vanzasetia π
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