Responsive Recipe Page Using CSS

Please log in to post a comment
Log in with GitHubCommunity feedback
- @ktorres63
- 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
Join 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