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

html e css

marina 50

@ladymarina08

Desktop design screenshot for the Recipe page coding challenge

This is a solution for...

  • HTML
  • CSS
1newbie
View challenge

Design comparison


SolutionDesign

Solution retrospective


this is my first layout. Please tell me what I did wrong. I know there are a lot of mistakes...

Community feedback

@NeilNeel

Posted

@ladymarina08, great solution! 👍 The functionality works well. However, I noticed that all the content is currently aligned to the left side of the page. To improve the visual presentation, consider adding the following CSS styles:

body {
  display: flex;
  justify-content: center;
  align-items: center;
}

Marked as helpful

2

marina 50

@ladymarina08

Posted

@NeilNeel Thank you, Neel! ;)

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