Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
I learn about how to edit and style an order list increment number.
What challenges did you encounter, and how did you overcome them?The colors sometime provided color does not fell accurate to style-guide.
What specific areas of your project would you like help with?Styling list
Community feedback
- @MahmoodHashemPosted 4 months ago
Hello there!
Congrats on completing the challenge! ✅
Your project looks great!
I have just one suggestion:
- To style list marks you can use
::mark
pseudo-element, just select the lists that you want to change the color of them and use mark psuedo element
.preparation-time-list::mark{ color: color: hsl(332, 51%, 32%); } I hope it helps! Other than that, great job!
0 - To style list marks you can use
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