Design comparison
SolutionDesign
Solution retrospective
What specific areas of your project would you like help with?
I struggled with the placement of the background image. I would appreciate some feedback for that. Thanks.
Community feedback
- @hannibal1631Posted 11 days ago
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.
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