Design comparison
SolutionDesign
Community feedback
- @MarqCodesFromZeroPosted 4 months ago
Good job overall!
Just missing some li{ margin-bottom: aPX} on list items.
also dont forget to add *{margin:0; padding:0}
so then you can have more manipulation of the padding and margin of each element. (might help you with the list alignment)
After you add the * property then you can add padding to the li{} so that it aligns with the other elements!
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