Design comparison
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey hannahro15, good job completing this challenge, keep up the good work..
Your solution looks great however I think the following should be considered
-
the card needs some margin from the left using
margin-left
. -
the card title needs some padding around using
padding
-
the font-family of the card description does the match the one specified in the
style-guide.md
file, I recommend referencing the file to make sure
In terms of your accessibility issues, simply wrap all your content between main tags
I hope this helps
Cheers Happy coding 👍
Marked as helpful0 -
- @mihalymarcell86Posted over 2 years ago
Hi Hannah,
I found this article on CSS-Tricks on centering very helpful. Personally I find the Flexbox / Grid approach the least tedious.
Hope that helps :)
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