Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
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.
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