Design comparison
SolutionDesign
Community feedback
- @KaushalSonicPosted 9 months ago
For placing the main card component at the center of the browser use display:grid, on its parent div---
like:
parent{ display: grid; place-items: center; }
And also remove unwanted text from above for neat and clean view. :)
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