Developing a Responsive Recipe Page with HTML and CSS
Design comparison
Solution retrospective
I'm proud of how I was able to create a recipe page that was visually close to the desired design and responsive using HTML and CSS, even if the technique used isn't the most efficient/indicated. For next time, I'd like to focus more on organizing the CSS code.
What challenges did you encounter, and how did you overcome them?One of the challenges was making sure the page was responsive on different screen sizes. To overcome this, I used relative units like vw and % to scale elements, to fit the layout on smaller devices. I know that using this unit is not the most suitable since we have media queries to facilitate this, but I haven't reached that stage yet.
What specific areas of your project would you like help with?I would like to receive feedback on the organization of the CSS code and possible ways to make it more efficient and scalable.
Community feedback
- @webertrodriguesPosted 6 months ago
I've already ironed out some of the minor flaws in the design, the titles, etc.
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