Recipe Page using HTML and CSS

Solution retrospective
any quick improvement on my css, thanks
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Dpolley99
The desktop design looks good, you just missed the
background-color
within the.page-preparation_container
.Also, if you have been given certain measures in the style guide, try to use them exactly. For example, in the media query, you have used
48 rem
instead of doing it in 375px. I would practice avoiding this because in a professional setting, if the design changes, it becomes more difficult to make the changes in the code.Also, the mobile design does not have the stone colour in the background. This should be an easy change in the CSS, and there are multiple ways to bring the solution closer to the goal.
Marked as helpful - @sttilstra
This looks great! I see you put the preparation time section in its' own div, but the background color is still the same as the entire page. Updating that should be a straightforward change and get this solution even closer to the goal. Nice work on the nutrition table also. Thank you for sharing!
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