Order summary component w/ HTML & CSS

Solution retrospective
This is my 6th Frontend Mentor Challenge... Any suggestion???
Please log in to post a comment
Log in with GitHubCommunity feedback
- @correlucas
👾Hello PVI, congratulations for your new solution!
Your solution is just great, the only thing I think you can improve is to add
min-height: 100vh;
instead ofmin-height: 709px;
to make the body display the background fullheight
.See the code changes I did for you below:
.main { min-height: 100vh; background-image: url(../images/pattern-background-mobile.svg); padding: 0 25px; }
👋 I hope this helps you and happy coding!
Marked as helpful
Join 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