Design comparison
Community feedback
- @shashreesamuelPosted over 2 years ago
Hey good job completing this challenge
Keep up the good work
Your solution looks great however I think that the card needs some margin from the top using
margin-top
.In terms of accessibility issues simply wrap all your content between main tags
I hope this helps
Cheers Happy coding š
Marked as helpful0@ddky16Posted over 2 years ago@TheCoderGuru Thank you! I give the margin-top: 100px on the container element but still, it does not make the element center vertically.
However, I am still didn't know how to make the element center vertically I'm used FlexBox but still can't center the element vertically.
0@parvathyvdPosted over 2 years ago@ddky16
You can add ul{ height: 100%; align-items: center; }
to your section's ul element which will make your elements center vertically
Marked as helpful0
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