Design comparison
Solution retrospective
Hello everyone o/
I would appreciate if you can check this out and let me know any feedback or tips on how it can be improved, or how you might approach this differently. Thank you very much!
Community feedback
- @jamesbarnettPosted 4 months ago
Hello Dave,
Your solution is excellent and I will be bookmarking it! I don't really have any suggestions on how to improve your solution, but you mentioned alternative approaches, so I will outline a couple of things I did differently.
Having just finished this challenge, I immediately went to look at your implementation of the vertical line/circled section number element. I find your solution quite elegant. I took a different approach and used pseudo elements. I think your way is better, especially with the
aria-hidden=true
.The next thing I wanted to look at was your hero, and again here, I liked your implementation better than my own. Mine was just media queries and pseudo elements.
I liked the way you did the tinted footer image. My approach used linear-gradients and multiple backgrounds, described here: https://css-tricks.com/tinted-images-multiple-backgrounds/
I learned a lot and found some things to research. It was a joy to review. Happy coding!
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