Design comparison
SolutionDesign
Solution retrospective
What are you most proud of, and what would you do differently next time?
Completed the challenge in less than an hour
What challenges did you encounter, and how did you overcome them?Nothing serious
Community feedback
- @RealKendprPosted 7 months ago
Nice work. You can center the card vertically with css
grid
orposition: absolute;
. Also, both can center the card vertically as well.And instead of setting a fixed height on the card(
<main />
), you can remove it and let the contents define the height.0@iam-inathPosted 7 months agoHi @RealKendpr , Thanks for your feedback. Let me take a look at it and reverse ππΌπ
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