Recipe page

Solution retrospective
I'm proud of the mobile design.
What challenges did you encounter, and how did you overcome them?Issues with styling the <ul>.
What specific areas of your project would you like help with?- I would like help with the desktop design it overflows the screen.
- I also need help in styling the <ul> and <ol> to look like the design, and also styling the table.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @Norton-Vinicius
Hello 0xDoctor.
To customize the <ul> and <ol> lists, you can do it like this:
ul li::marker { color: hsl(332, 51%, 32%); }
ol li::marker { color: hsl(332, 51%, 32%); font-weight: bold; }
this way, you will be customizing the list markers.
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