Design comparison
Solution retrospective
challenge 07
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @FloraBloomblue,
Great job on the challenge I see the card is slightly off center.
If you want to center it vertically and horizontally on the page you can use the following:
body { display: flex; justify-content: center; align-items: center; min-height: 100vh; } main.container { margin: 1rem; }
Hope this is helpful, let me know if you have any other questions.
Marked as helpful0@FloraBloombluePosted about 2 years ago@hyrongennike Finally!!! Thankyou so much for your help. I have been struggling through this one, it is lot simpler now when you wrote this. Why have I never tried this? Instead I did the same thing inside the container to check why it's not working...., pretty stupid of me ! π
0@hyrongennikePosted about 2 years ago@FloraBloomblue no not at all now you know I think you were only missing the
min-height: 100vh
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