Responsive Recipe Page using HTML and CSS

Solution retrospective
I'm really pleased with how the project turned out; it’s a lovely design, and I'm glad I was able to do it justice. Moving forward (based on feedback I received), I’m considering using rem instead of px for setting widths. I believe rem is a better choice because it scales more consistently across different screen sizes and respects the user's accessibility settings.
Also, I learned how to directly target ol/ul > li bullet points or numbers to style them independently, instead of styling the entire li element. This can be done using the li::marker pseudo-element.
Please log in to post a comment
Log in with GitHubCommunity feedback
No feedback yet. Be the first to give feedback on Rgeb1'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