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

Receipe page using HTML & CSS

P
CHBNDJ 390

@CHBNDJ

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?

none

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

none

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

none

Community feedback

Account Deleted

Hello, CHBNDJ.

Your page is well structured, however I have one thing to mention:

  • Your recipe page is off center. What I suggest you do is:
body {
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
}

/* _ _ _ OR _ _ _ */

.card--container {
position: relative;
left: 50%;
transform: translate(-50%);
/* your other styles */
}

Either methods work, and it's your choice whether to use one of them. With that, keep it up!

Marked as helpful

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