Design comparison
Solution retrospective
I used CSS Grid for the layout and CSS Flex to center the card container.
Community feedback
- @FluffyKasPosted almost 3 years ago
Hey there, your solution looks good! There's only a few things I'd recommend checking:
-
Your font-family doesn't work at the moment. You have a different family linked in your index.html than the on you declared in your css.
-
In "card-3" (why us) section, you have
p
tags but perhaps using aul
withli
s would be a more semantic solution.
Apart from these, really well done :)
Marked as helpful1@chintriagoPosted almost 3 years ago@FluffyKas Hey I appreciate the feedback! Yeah I vaguely remember thinking the font didn't look right then got distracted lol and of course I forgot about those tags thanks.
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