Building a Recipe Page with Responsive Media Queries and Selectors
Design comparison
Solution retrospective
What I am most proud of: I take the greatest pride in how effectively I applied media queries and selectors to create a responsive page that stays true to the original design.
What I would do differently next time: I would start planning and testing responsiveness from the outset of the project, rather than leaving it for the final stages.
What challenges did you encounter, and how did you overcome them?Challenges encountered: One of the main challenges was ensuring that the page was responsive and visually appealing across a variety of devices and screen sizes.
How I overcame these challenges: I reviewed and tested the design on different devices and screen sizes using browser development tools and mobile device emulators. Additionally, I consulted the official CSS documentation and developer forums to better understand best practices for media queries and advanced selectors.
What specific areas of your project would you like help with?I am quite satisfied with the final outcome of the project, but any help or tips are welcome, especially regarding the CSS aspects.
Community feedback
- @DylandeBruijnPosted 4 months ago
@Flavio-sv
Hiya! 👋
Congratulations on your solution, it looks very close to the design! I can tell you put a lot of effort into it.
Things I like about your solution 🎉
- Responsive
- Use of semantic HTML elements
- Clear descriptive CSS classes
- Use of CSS custom properties
Things you could improve ✍️
-
You can set the
font-family
for the headings by selecting them all instead of styling everyh2
separately. -
I suggest removing the
scaleY
on the headings. -
I like that you tried to get the numbers for the list by using a
::before
tag, however you can achieve the same result by using the default behaviour of a numbered list.
Everything else looks pretty good!
I hope you find my feedback valuable, and I would appreciate it greatly if you could mark my comment as helpful if it was! 🌟
Let me know if you have more questions and I'll do my best to answer them. 🙋♂️
Happy coding! 😎
0 - @DoneWithWorkPosted 4 months ago
Awesome website. Congrats. The code is written really efficiently and clear.
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