Submitted 9 months ago
Basic website about a recipe with html, css and responsive design
@Moises2710
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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.
Community feedback
- @HagarRagabPosted 4 months ago
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.
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