Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Nothing much. I am happy that I did it.
What challenges did you encounter, and how did you overcome them?Nothing
What specific areas of your project would you like help with?Maybe on the right structuring. I am messy coder.
Community feedback
- @LMCyberPosted 7 months ago
You can use the next values properties to center all in your page:
body { display: grid; place-content: center; height: 100vh; }
Aditionally, the right sizes for the container are: .container { width: 325px; height: 499px; background-color: var(--white); border-radius: 20px; box-shadow: 8px 8px 0 0 var(--black); padding: 22px; }
I hope that this can help you.
Marked as helpful0
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