Responsive Recipe Landing Page

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@Davichobits
Great solution! Here are some suggestions to improve accessibility and consistency:
- Use the
<strong>
tag instead of<b>
for better accessibility and semantic meaning. For example:
<li> <strong>Beat the eggs:</strong> In a bowl, beat the eggs with a pinch of salt... </li>
- You have one ingredient split into two lines:
<li>Optional fillings: cheese, diced</li> <li>vegetables, cooked meats, herbs</li>
According to the design, this should be a single line:
<li>Optional fillings: cheese, diced vegetables, cooked meats, herbs</li>
Overall, great job! Keep up the good work. 🚀
Marked as helpful - Use the
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