Recipe page with liquid layout using HTML and CSS

Solution retrospective
I would add a responsive layout, something I haven't mastered yet
What challenges did you encounter, and how did you overcome them?No complex challenges I ended up encountering
What specific areas of your project would you like help with?Best practices with CSS, ideas on how to implement it more effectively and less "polluted"
Please log in to post a comment
Log in with GitHubCommunity feedback
- @tufcoder
Very good work, you know the path to continue evolving.
The only thing that I observe in your css styles, is to avoid using "ids", prefer use "classes" for multi styles. Practice will bring the confort to use classes.
Your html has the class "nut" in the table, but that class isnt present in your css file. Maybe you remove then, but remains in your html.
Marked as helpful
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