Single price grid component

Solution retrospective
I would really appreciate any feedback 🤓
Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Alexandra2888
Hi! Congrats for finishing the challenge! Your solution is very close to the design! Here are a few things I think you can improve:
- reset also pseudo-elements with *::after, *::before,
- implement BEM naming convention in CSS so your code will be more maintainable & cleaner,
- use relative units (em, rem) instead of px not only for font-size. Px are preferred when you code for newspapers/magazines,
- add aria-label for buttons for screen-readers. Happy coding!
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