Design comparison
Solution retrospective
I am most proud of coming back since 3 weeks ago of beginning this project (I quit because I got frustrated lol) and I managed to complete it! During the 3 weeks, I learned more about HTML, CSS, and a little bit of JS.
What challenges did you encounter, and how did you overcome them?I could not get the alignment right, so I quitted 3 weeks ago. But I used the 3 weeks to learn deeper about HTML and CSS and I came back with the project completed.
What specific areas of your project would you like help with?None at the moment. The table threw me off which I need more practice in.
Community feedback
- @Ridwan10000Posted 4 months ago
Well done on completing the Recipe project. You have done a great design. Clean code. Nice readability. Just a few things to note: It's almost always best choice to do mobile-first approach. As you resize the browser window see how your recipe manual loses its flexibility. So from next on try to do mobile first approach. You may want to use at the very beginning of the style the following one from your code.
* { font-family: outfit, sans-serif; color: hsl(24, 5%, 18%); }
Marked as helpful0
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