Design comparison
SolutionDesign
Solution retrospective
Challenge completed! Please help me position the background image. Your comments on how to improve my codes will be really apreciated.
Community feedback
- @MarceloDevd3Posted about 1 year ago
Você pode fazer isso Body { Background-image: url(o caminho da imagem); Background-repeat: no-repeat; Background-size: 100%; } Isso deve resolver o problema.
Marked as helpful0@falloumacbookPosted about 1 year ago@MarceloDevd3 Thanks man! instead of backgroud-repeat: no-repeat; i put background-repeat: none; Thanks man for your comment.
1 - @OlamideAfunshoPosted about 1 year ago
Try this: body{ background-size:cover; }
Let me know if it works
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