Responsive & accessible product preview card component solution
Design comparison
Solution retrospective
Following Kevin Powell's approach for reference, I was able to implement:
- BEM notation
- Variable custom CSS properties
- Visually hidden elements for accessibility
- Data icons
I wouldn't want to do anything differently so far, I'd like to take into account the things I learned for future projects. Moreover, analyzing other people's code was highly beneficial!
What challenges did you encounter, and how did you overcome them?The margins of the html
and body
tags were conflicting with my grids, so I had to change a few properties:
- Changed the height of the
html, body
selector fromheight: 100%;
tomin-height: 100svh
. - Swapped the outer margin for a
padding
property.
I'm curious about the distinct behaviors of the body
and html
tags if anyone has resources about them!
Community feedback
- @radriann21Posted 5 months ago
The project looks really great! The design looks like it came from the screenshot, although the button is unexpectedly wider than the design, even so, it's just a secondary thing. Congratulations on your great work!
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