Design comparison
SolutionDesign
Solution retrospective
Feedbacks are welcomed..
Community feedback
- @kimodev1990Posted 10 months ago
Great work in completing the challenge, Just a few feedbacks :
- To center your design, You could add in body :
display: flex ; justify-content: center ; align-items: center ; min-height: 100vh ;
and no need to add margin in div class .card
- Wrap the page's whole main content in the <main> tag.
- You could assign width & height of image with percentage values instead of definite values for better responsiveness. For example , for width of image could be
width : 90% ;
instead ofwidth: 250px ;
Hope you find this Helpful.
Other than that, Nice work and Keep going on.
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