Design comparison
Community feedback
- @HassiaiPosted over 1 year ago
Give the body a background-color of pale-blue and change the value the background-size to
contain
instead of cover.There is no need to give the body a width. To center .main on the page using grid, replace the height in the body with min-height: 100vh.
For a responsive content, replace the width in the main with max-width.
You forgot to give .btn-payment a box-shadow value.
Hope am helpful.
Well done for completing this challenge. HAPPY CODING
Marked as helpful0@chill31Posted over 1 year ago@Hassiai I was confused on the background pattern svg styling but your comment helped a lot. I will also look up the min-height solution and soon fix it
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