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 website - for desktop and mobile

@abhi1322

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

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

Mahmood 1,070

@MahmoodHashem

Posted

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

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