Basic website about a recipe with html, css and responsive design

Solution retrospective
I proud of my improve about web design skills.
What challenges did you encounter, and how did you overcome them?I didn't encounter this challenge.
What specific areas of your project would you like help with?I would like to receive help in topics like responsive design.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @HagarRagab
Great job, your code is readable and clean. You can try to use @import in the CSS file to add google fonts links instead of using multiple link attributes in the HTML file. For example: @import url(....); And instead of using <div class="section">..</div> you can exploit semantic HTML elements and use <section></section> element.
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