Design comparison
Solution retrospective
All comments are welcome
Community feedback
- @DavidMorgadePosted about 2 years ago
Hello Nien congrats on getting the solution to the challenge!
If you don't mind I would like to give you some feedback.
First of all, instead of using
justify-content: space-between
on your body, try usingcenter
instead to get the card in the middle of the screen.The background image seem to not display fully screen on higher resolutions, try using
background-size: contain;
to get it fixed!Apart from that, everything seems to be working as intended, great job in your CSS!
Hope my feedback helps you!
Marked as helpful1@trandainienPosted about 2 years ago@DavidMorgade Thank you so much for the comment. i learned something new from you, really appreciate it. <3
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