Design comparison
SolutionDesign
Solution retrospective
If somebody could explain to me why my background image in footer (for mobile view) is repeating? Thanks.
Community feedback
- @gchristoffersonPosted about 3 years ago
Try adding background-repeat: no-repeat to your .footer element. You'll want to also add background-size: cover, so the image fills the whole section.
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