Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Stats preview card component

@catherineisonline

Desktop design screenshot for the Stats preview card component coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

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 helpful

2

Account 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

Please log in to post a comment

Log in with GitHub
Discord logo

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