Submitted 7 months ago
Recipe card component using SASS with Responsive
@akmalov11c
Design comparison
SolutionDesign
Community feedback
- @PatricioZarauzPosted 5 months ago
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!
0 - Prevent the usage of
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