Design comparison
SolutionDesign
Solution retrospective
This is my solution. As always any comment or suggestions appreciated, Thanks!
Community feedback
- @Jonndev25Posted 11 months ago
Congrats on the completion of your project.
In order to make the background image look perfect, in the body where you added background image, add: background-repeat: no-repeat; background-position: center;
Marked as helpful1 - @Mitko90Posted 11 months ago
Hi and congrats on the nice solution.
The background image is not positioned correctly. In order to position it, you can use this code
background-repeat: no-repeat; background-size: contain; background-position: top;
I hope I was helpful.
I had the same problem and this solved it for me. You can check my submission here.
Keep up the good work
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