Submitted 10 months ago
Solution Stats preview card component - Mobile First and Flexbox
@MateusCamargoS-1
Design comparison
SolutionDesign
Solution retrospective
Project Challenge Reflection
This project, no matter how seemingly simple, presented me with a considerable challenge. I'm uncertain about what caused more trouble—whether it was the positioning or decisions related to the image size. Anyway, I would appreciate it if you could take a look and offer any tips you may have. Thank you all very much.
Community feedback
- @quielLovesLasagnaPosted 10 months ago
Nice work @MateusCamargoS-1 ! Here are some suggestions:
- Instead of using
p
tags inside adiv
to make a list for the "statistics", I suggest usingul
tags andli
, this is a more semantic way of representing a list of stats.
- It's nice that you are using a
section
tag to contain your content but if we think about this, it's better to use thearticle
tag as it is best suited in this case... You can read more about thearticle
tag here
Marked as helpful1 - Instead of using
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