Design comparison
Solution retrospective
No issues on the challenge. Update: Site updated with bolder font and flex on stats-box section(responsiveness).
Community feedback
- @DrMESAZIMPosted over 2 years ago
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 helpful0@Kenzar-SanPosted over 2 years ago@DrMESAZIM But this isn't gonna affect the desktop vision as well, since I adding this line before the responsiveness section and not into it? But I will try putting into the responsiveness section to see if it works.
0 - @shashreesamuelPosted over 2 years ago
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 helpful0@Kenzar-SanPosted over 2 years ago@TheCoderGuru You right, I forgot to add heavier font weight, thanks for notice that.
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