Design comparison
SolutionDesign
Solution retrospective
Feedback welcome, thanks.
Community feedback
- @tea-scriptsPosted over 2 years ago
Great effort completing the challenge. Some few points:
- You can try having a
max-width
property on your container on the smaller screen and also on yourh1
in the card so it doesn't have to span all across the container. - For the stats header the preferred color should be "white".
- You might also want to look into using semantic HTML tags like
section
orarticle
. Would have been a much better option compared to havingdiv
all over your entire markup. - To be honest you did a good job completing the project. Keep up the effort, happy coding 👍!
Marked as helpful1 - You can try having a
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