Design comparison
SolutionDesign
Solution retrospective
Interesting chal1enge! any suggestions on how i can get better?
Community feedback
- @hyrongennikePosted about 2 years ago
Hi @Benaks,
Congrats on completing the challenge
Just a few suggestions, if you remove the
height
from both the .container and .image the card will look closer to the design and on the body remove theheight: 100vh
and set amin-height: 100vh
to prevent content from overflowing.You can then add padding to the .summary.
.summary { padding: 2rem 0; }
Hope this is 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