Design comparison
Solution retrospective
Solution to this task is easy if you know flexbox property.
Community feedback
- @Saoud2021Posted 4 months ago
Great work on your recipe page! You've made a solid start with semantic HTML and responsive design. Here are some friendly suggestions to take it to the next level:
Enhance semantics: Try using <section> tags, <ol> for recipe steps, and <table> for nutrition info. Boost accessibility: Add alt text to images and consider ARIA labels. Double-check color contrast for readability. Refine responsiveness: Experiment with more whitespace and larger fonts on desktop. CSS Grid could work wonders for your layouts! Streamline CSS: Look into BEM or SMACSS for organization. Reduce repetition in media queries and embrace CSS variables. Extra touches: A print stylesheet would be handy. Consider adding microdata for SEO, and maybe jazz up that prep time section!
Your code shows great potential. Keep iterating and you'll have an outstanding, user-friendly web design in no time!
0
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