Submitted over 3 years ago
Stats card component using HTML + CSS + BEM & Mobile First workflow
@Jose-Angel-Rey
Design comparison
SolutionDesign
Solution retrospective
Built with: ♠ Semantic HTML5 markup ♠ CSS custom properties ♠ Flexbox ♠ Mobile-first workflow
Any feedback is welcome. 👍👨💻
Community feedback
- @ApplePieGiraffePosted over 3 years ago
Hello, Jose Angel Rey! 👋
Good job on this challenge! 👏 Your solution looks good and I like the subtle animation on the card component! 👍
I'd like to suggest,
- Removing
cursor: pointer
from the card component (since the entire card itself isn't really a clickable item). - Allowing the card component to be a little wider in the mobile layout if there's room for it to be so (you should be able to do that adding
width: 100%
to the card and then giving it a max-width).
Keep coding (and happy coding, too)! 😁
0 - Removing
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