
Solution retrospective
If somebody could explain to me why my background image in footer (for mobile view) is repeating? Thanks.
Please log in to post a comment
Log in with GitHubCommunity feedback
- @gchristofferson
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 helpful
Join 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