Design comparison
SolutionDesign
Solution retrospective
I am open to feedback
Community feedback
- @HassiaiPosted almost 2 years ago
Change the value of the background-size to contain and reduce the gap value in the body. the box shadow has a wrong color, the color of the box shadow is the same color of .proceed but with a lower opacity value.
In the media query you only have to change the background image, the rest is good.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful1 - @atif-devPosted almost 2 years ago
Hi Hazem Hussein, congrats for completing challenge. You also need to center the container.
For centring do as:
body { min-height: 100vh; display: grid; place-content: center; }
and also learn centering from here
Hope you will find this Feedback 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