
Design comparison
Solution retrospective
i couldn't style the bullets and numbers for the ordered and unordered lists
What specific areas of your project would you like help with?i need guidance in styling bullets, line breaks and numbers
Community feedback
- @BigNet90Posted about 1 month ago
Nice work.
Regarding this challenge you don't really need a line break, instead you should set the border bottom for the card so it'll appear as if it's line break.
For list styling try
li::marker {
color: pink;
}
Marked as helpful0 - @Tarun-G-V-NPosted about 1 month ago
You can use li::marker{color: color name} property to style the bullets and numbers.
You can also use border-bottom property for a horizontal line after ingredients, instructions, and nutritional values.
Apart from above things, your page looks great!!
Marked as helpful0
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