Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I did it at a fast pace.
What challenges did you encounter, and how did you overcome them?I did not encounter any issues.
What specific areas of your project would you like help with?I would like to know how to style the ul bullets.
Community feedback
- @ShaunPourPosted 8 months ago
When it comes to styling the bullets (specific to how to change color that is), I can help with that thanks to the power of googling!
I've included a code snippet below to give you a basic idea of how to do it but it's important to note that this needs to be applied directly to the li elements. It won't work if you try and apply it to the ordered or unordered list element they are contained within.
li::marker { color: red; }
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