Stats Preview Card Component Challenge Completed

Solution retrospective
No issues on the challenge. Update: Site updated with bolder font and flex on stats-box section(responsiveness).
Please log in to post a comment
Log in with GitHubCommunity feedback
- @DrMESAZIM
hi Kenzar. Well done on the job
I do have one suggestions
1.on the mobile responsiveness on class "num" the content is not suppose to be side by side on mobile view therefore add the this CSS code in the file css/style.css line 93
.num{
display: flex; flex-direction: column;
}
I would say this was great work done
Marked as helpful - @shashreesamuel
Hey good job completing this challenge
Keep up the good work
Your solution looks great however I think the number in the card statistics located at the bottom half of the card needs to be in a heavier font weight.
In terms of accessibility issues simply wrap all your content between main tags.
I hope this helps
Cheers Happy coding 👍
Marked as helpful
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