Submitted almost 2 years ago
Desktop-first solution using CSS Flexbox
#accessibility#bem
@wjdwjdtn92
Design comparison
SolutionDesign
Community feedback
- @atif-devPosted almost 2 years ago
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.
1
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