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
- @NeilNeelPosted 9 months ago
@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 helpful2
Please log in to post a comment
Log in with GitHubJoin 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