Design comparison
SolutionDesign
Solution retrospective
I am open to your feedback. 😁
Community feedback
- @atif-devPosted almost 2 years ago
Hi Hazem, congrats for completing the challenge. The whole card also needs to be centered. For centring container you can use code as:
body { min-height: 100vh; display: grid; place-content: center; }
Or you can learn centering from here.
Hope you will find this Feedback Helpful.
0
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