Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found
Not Found

Submitted

Recipe Main Page with HTML and CSS

@alexandria-lukachi-le

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


Changing list colors and spacing is tricky, any feedback is welcome =]

Community feedback

Adritriz 110

@Adritriz

Posted

Hi! You wanted some feedback on changing the color for the list marker, here's a simple way of styling markers:

ul li::marker, ol li::marker { color: var(--NUTMEG-COLOR); }

using the ::marker pseudo element you can style the markers easily.

Marked as helpful

0

@alexandria-lukachi-le

Posted

@Adritriz worked easily, just what I wanted thanks =]

1

Please log in to post a comment

Log in with GitHub
Discord logo

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