Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
i am glad i was able to use my understanding of css layout well. although i learnt new things along the way.
What challenges did you encounter, and how did you overcome them?i encountered some bugs along the way which is normal. i handled it as calmly as posssible and i took it one problem at a time.
What specific areas of your project would you like help with?i will like to know more about position property in css as well as transform property
Community feedback
- @JoramirJrPosted 7 months ago
Hi, @thezarababy!
One easy step to center your card would be to define the 'height' and 'width' of the body to '100vh' and '100vw', respectively; after that, by defining 'display: grid' and 'place-items: center' to the body, your card would be centered!
Hope its helpful!
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