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

Responsive recipe card using html semantic elements and flexbox

anisbeny 120

@anisbeny

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 pride myself on using HTML sementic elements and making a design almost identical to the challenge without having the figma model.

What challenges did you encounter, and how did you overcome them?

One of the challenges I faced was to change the color of the numbers in the list. looking in the inspector, I found the "::marker" pseudo-element, and then I changed the color of the pseudo-element.

What specific areas of your project would you like help with?

I was unable to center the bullets relative to the text in the tag in the Ingredients and Preparation Time section. Any help would be greatly appreciated.

Community feedback

josh-conde 190

@josh-conde

Posted

Looks really good not sure how you changed the list colors

0

anisbeny 120

@anisbeny

Posted

@josh-conde I've changed the properties of the instruction list numbers, targeting the li pseudo-element marker

ol >li::marker{
   color: var(--Nutmeg);
   font-weight: 700;
   padding-right: 30;
}
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