Design comparison
SolutionDesign
Solution retrospective
What challenges did you encounter, and how did you overcome them?
For the card, I struggled a little bit with the responsiveness, such as setting the margin of the card, to make the card centered on the page. From the previous challenge, I learned that I can use min-height: 100vh
to make the page full height, and then use display: flex
and justify-content: center
on the body
to center the content.
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