Design comparison
SolutionDesign
Solution retrospective
Good Challange, I am waiting for your comments.
Community feedback
- @HassiaiPosted almost 2 years ago
Give the body a background-size value of contain, instead of cover and replace height:100vh with min-height:100vh;
in the media query give the main a percentage width value of 80% or 90%, this will be good. You forgot to add background-repeat: no-repeat; background-size: contain to the body in the media query, there is no need to give the body display: block;
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
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