Design comparison
SolutionDesign
Solution retrospective
Any Feedback welcome :)
Community feedback
- @rrebolledo90Posted over 1 year ago
Greetings, I think the main reason why you are having issues with your background img is because you applied it to your div:container. If you apply it to your body it should solve the issue. Try this:
body {
background-color: #dfe6fb; background-image: url( ); background-repeat: repeat-x;
}
0
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