Desktop-first solution using CSS Flexbox

Please log in to post a comment
Log in with GitHubCommunity feedback
- P@atif-dev
Hi Jungsu-Jung, congrats on completing the challenge. You also need to center the container(whole card).
For centering do as:
body { min-height: 100vh; display: grid; place-content: center; }
or you can learn centering from here
Hope you will find this Feedback Helpful.
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