Responsive recipe page | HTML & CSS

Solution retrospective
I’m proud that I used the correct HTML tags for each part of the webpage. Some areas of my CSS ended up a bit messy because I often copied styles across different sections instead of assigning reusable classes. I’m still unsure which approach is best, but next time I’ll focus more on reusing classes to keep the styles cleaner and easier to maintain, rather than relying on copied styles or overly complex selectors.
What challenges did you encounter, and how did you overcome them?Styling custom unordered and ordered lists was a bit tricky, but with some custom CSS pseudo-selectors and style overwrites, I was able to match the design nicely.
What specific areas of your project would you like help with?Mostly the CSS. How should I organize my styling? Should I make reusable classes and assign them to multiple html tags (for instance, styling lists), or use less classes and more selectors inside the CSS file?
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on David Gasanov's solution.
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