
Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I am most proud of being able to make the table work. I haven't really worked with tables after learning it so I did research when attempting to implement it here.
What challenges did you encounter, and how did you overcome them?I had issues adding a spacing for the li elements after the bullets and numbers , depending if it was a order or unordered list.
I was able to do some research and found out how to target the child elements of them and added some padding:
ul>li, ol>li { padding-left: 10px; }
What specific areas of your project would you like help with?I wasn't able to match the number font on the li element of the order list. I tried both fonts, Outfit and Young Serif , and used the Outfit one for it.
Community feedback
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