A simple log to track notes, decisions and questions for Front-End Challenges Club challenges.
Challenge Info 🔗
Sketch Files 🔗
Challenge Submission 🔗
Challenge Repository 🔗
Challenge Solution 🔗 (for paying subscribers only)
Hey, one that I didn't have to spend days banging my head against the wall to figure out! Unless I missed something? 🤔
One area that I think I got wrong, or at least could've done better, was the box-shadow. In the brief it displays over the items, and the left side only displays upon scrolling.
The sneaky twist of this one is the flex fallback for older browsers (and maybe that box-shadow!):
You should aim for the following:
On the flex fallback for older browsers I used the hex colors directly since custom properties aren't supported. Not exactly DRY or maintainable, wondering if there's a better way to do that.