Please help me fix the background image as shown in the challenge.I cant figure out how to fix the content on a particular part of bg image
Ayaz Ahmed
@AyazAhmed5All comments
- @saira512devSubmitted almost 3 years ago
- @AyazAhmed5Submitted almost 3 years ago
Any Feedback? I was a little stuck on using font awesome icons and the icons were not showing on my live site. I have tried everything but the problem was with my font awesome CDN.
@AyazAhmed5Posted almost 3 years agoThank you for Pointing out things for me. I've made some changes. Let me know if It's okay Now.
0 - @saira512devSubmitted almost 3 years ago
Please help me fix the background image as shown in the challenge.I cant figure out how to fix the content on a particular part of bg image
@AyazAhmed5Posted almost 3 years agoHey, I just completed the same Challenge. I didn't run into this issue but I think that your problem is that you are using "no-repeat center/cover". if you remove them I think it will work fine.
so instead of this: .container { background: #674baf URL("/images/bg-desktop.SVG") no-repeat center/cover; }
use this:
.container { background: #674baf url("/images/bg-desktop.svg"); } I hope it works for you:)
Marked as helpful0