Recipe card component using SASS with Responsive

Please log in to post a comment
Log in with GitHubCommunity feedback
- @PatricioZarauz
First of all, congrats on completing the challenge, you did an awesome job!!
I have some minor suggestions to make:
- Prevent the usage of
px
for font sizes and margins/paddings, and try usingrem
,ch
or other units that are dynamically scalable, for accessibility reasons. Here's a post that another user from this site recommended me, which goes in further into this topic. - Try using more semantic HTML elements instead of overusing the
div
element.
Other than that, great project!
- Prevent the usage of
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