Responsive Order Summary

Solution retrospective
I struggled with the placement of the background image. I would appreciate some feedback for that. Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @hannibal1631
Well, the problem with your background placement is you're putting it on html. What you should do is, use it in css. Use
background-image:url()
orbackground:url()
on your body tag and play with thebackground-position
to get it right.I hope this helps. Happy Coding.
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