recipe page by frontend mentor

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
Please log in to post a comment
Log in with GitHubCommunity feedback
- @BigNet90
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 helpful - @Tarun-G-V-N
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 helpful
Join 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