Design comparison
SolutionDesign
Community feedback
- @HassiaiPosted almost 2 years ago
To center .wrapper on the page using grid, replace align-items in the body with align-content: center. place-content: center can replace both align-content: center and justify-content: center.
This challenge does not require a box-shadow, there is no need to restyle the body in the media query to center .wrapper in the desktop design.
There is no need to give h1 and p a font-size after declaring the font-size of 15px/0.9375rem in the *.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
1@AdeMarqPosted almost 2 years ago@Hassiai Thank you for taking your time to review my solution. lovely tips.
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