Submitted over 1 year agoA solution to the Product preview card component challenge
Responsive & accessible product preview card component solution
accessibility, bem, animation
@anaiswritingcode

Solution retrospective
What are you most proud of, and what would you do differently next time?
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, bodyselector fromheight: 100%;tomin-height: 100svh. - Swapped the outer margin for a
paddingproperty.
I'm curious about the distinct behaviors of the body and html tags if anyone has resources about them!
Code
Loading...
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Ana Is Writing Code's solution.
Join 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