Stats preview card component
Design comparison
Solution retrospective
Hello, Frontend Mentor community! This is my solution to the Stats preview card component.
I have read all the feedback on this project and improved my code. Due to the fact that I published this project very long ago, I am no longer updating it and changing its status to Public Archive on my Github.
You are still free to download or use the code for reference in your projects but I longer update it or accept any feedback.
Thank you
Community feedback
- Account deleted
Instead of opacity, try using mix-blend-mode: overlay (or multiply, I forgot which one I used) to make it closer to original design. Also, resizing distorts the image, so maybe set the img itself to object-fit: cover.
Marked as helpful2@catherineisonlinePosted almost 3 years ago@RyukioMiyamoto thank you!
1Account deleted@catherineisonline Hope it was helpful! 😀
0 - Account deleted
I think scroll is not a problem for tablet or mobile it looks fine but it should not scroll on desktops and should be visible without the scroll. Have a look at my solution it isn't scroll on desktop.
Also I notice you have implemented mobile layout at 1024px screen breakpoint. It should still be desktop layout. 1024px is large size so please avoid using mobile layout for that screen size. Tablet and below is fine
Rest of it looks neat and I like the way you create variables in CSS. Might steal that idea :)
0@catherineisonlinePosted almost 3 years agoThanks for the feedback!
0 - @leoimeworePosted almost 3 years ago
I struggled with this. Great job catherine
0@catherineisonlinePosted almost 3 years ago@leoimewore Yes, not a very easy one! Thank you
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