
Design comparison
Solution retrospective
i learned many things from this page and spent hours searching for solutions for each problem i encounter
What challenges did you encounter, and how did you overcome them?the table is a new element for me, and i learned about it the hard way;), but not gonna lie i had a fun time doing this!
What specific areas of your project would you like help with?the space between the markers of both types of lists(ordered &unordered) and list items, like how do i control this space and what determines it.
Community feedback
- P@patrickppgPosted 26 days ago
When using markers on list elements, you can create space between the marker and the list item's contents simply by using paddings on the list item. For example, try setting
padding-left: 1rem;
on the list item and it should work just fine.Marked as helpful1
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