Design comparison
SolutionDesign
Community feedback
- @ktorres63Posted 7 months ago
- You forgot to add the outfit font to your html file
- you forgot to center it horizontally, since you use the tag section you can center it using margin-left: auto; and margin right:auto
- If you notice the example has a small margin-left at the beginning of each li element, so I would just add li{ margin-left:24px;} -I think you should delete the final comment in the index.html since it doesn't contribute anything
0@KatMahnPosted 7 months ago@ktorres63 Thank you for your feedback I will be sure to implement the advice you provided
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