Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
i learned how to add and customize tables in HTML and CSS
What challenges did you encounter, and how did you overcome them?I had a hard time customizing the table, font sizes, colors in a way it didnt apply to the entire object.
What specific areas of your project would you like help with?Improving HTML and CSS tips would be nice.
Community feedback
- @rembiszkacperPosted 8 months ago
Congratulations on completing the project!
Note that in html you assign class names that are not used in css, e.g
-
recipe__ingredients
-
recipe__title
-
solid
This does not affect the page, but if there is no need to assign a class name, it is probably more readable without these class names, at least that is my feeling
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