Manager Landing page with HTML,CSS and JS, Response
Design comparison
Solution retrospective
I had problems regarding the positioning of background images, when working in responsive. This is the first challenge I've done, I don't have much experience with this platform and connecting to git... I tried to do the best I could :)
I will appear any suggestions on how to solve this.
Any suggestions is highly welcome!
Community feedback
- @nick335Posted about 2 years ago
Hello, Dusan
Great work with the challenge, you didn't mention specifically the section you had issues with the background image. but generally speaking, if you are trying to precisely position a background image you can use the 'background-position' attribute in your style sheet like this:
background-position: top 400px left 500px; // you can play with the values to get your desired positioning and also the position, you can use the bottom and right.
Hope this was helpful!!Happy Coding!!.
Marked as helpful0
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