Design comparison
Solution retrospective
I looks like the provided design or close to it and what i would do different is start using SASS for nesting and better readability
What challenges did you encounter, and how did you overcome them?Getting the spacing around the list items and changing the color of the bullet points. but figured out i just need to add padding
to create the spacing and for changing the bullet point color i discovered the pseudo element ::marker
Just making sure my spacing is consistent throughout my layout
Community feedback
- @A-noob-in-CodingPosted 3 months ago
Hi there,
For the spacing to be consistent you can use relative units in padding, margin etc instead of absolutes units
1@mikewil245Posted 3 months agothank you looking foward for doing that in the next project @A-noob-in-Coding
1
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